Skip to content

Commit b03758b

Browse files
authored
feat: support slack notifications (#4)
* feat: add slack notification support * fix: add node-fetch * fix: correct markdown * fix: push dist files * feat: add support to project url and production hook * feat: ignore rc tags on changelog * fix: replace only list at begin of line by arrows
1 parent c8dae11 commit b03758b

11 files changed

+8494
-1355
lines changed

action.yml

+9
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ inputs:
1717
required: false
1818
description: Determines if the release is a release candidate
1919
default: 'true'
20+
slack-webhook-url:
21+
required: false
22+
description: A webhook URL of a Slack channel that if provided, will notify the release
23+
project-url:
24+
required: false
25+
description: A URL of the project that will be used in the slack notification
26+
production-action-url:
27+
required: false
28+
description: A URL of the production deployment action that will be used in the slack notification
2029
outputs:
2130
next-version:
2231
description: Next version to be released

0 commit comments

Comments
 (0)