Skip to content

Commit 9d3a424

Browse files
committed
chore(release): publish release notes to slack
1 parent d064017 commit 9d3a424

File tree

4 files changed

+351
-0
lines changed

4 files changed

+351
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
GIT_AUTHOR_EMAIL: [email protected]
5252
GIT_COMMITTER_NAME: typescripttdd
5353
GIT_COMMITTER_EMAIL: typescripttdd
54+
SLACK_WEBHOOK: ${{ secrets.SEMANTIC_RELEASE_SLACK_WEBHOOK }}
5455
run: npm run release
5556
- name: Checkout develop
5657
uses: actions/checkout@v2

.releaserc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@
7979
],
8080
[
8181
"@semantic-release/github"
82+
],
83+
[
84+
"semantic-release-slack-bot",
85+
{
86+
"notifyOnSuccess": true,
87+
"markdownReleaseNotes": true
88+
}
8289
]
8390
],
8491
"dryRun": false,

0 commit comments

Comments
 (0)