File tree Expand file tree Collapse file tree 4 files changed +309
-4
lines changed Expand file tree Collapse file tree 4 files changed +309
-4
lines changed Original file line number Diff line number Diff line change 9797 env :
9898 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
9999 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
100+ SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
100101 run : yarn release
Original file line number Diff line number Diff line change 1414 "@semantic-release/release-notes-generator",
1515 "@semantic-release/npm",
1616 "@semantic-release/github",
17- "@semantic-release/git"
17+ "@semantic-release/git",
18+ [
19+ "semantic-release-slack-bot",
20+ {
21+ "notifyOnSuccess": true,
22+ "notifyOnFail": true
23+ }
24+ ]
1825 ]
1926}
Original file line number Diff line number Diff line change 6060 "typescript" : " ^3.6.3" ,
6161 "semantic-release" : " ^17.0.7" ,
6262 "@semantic-release/git" : " ^9.0.0" ,
63+ "semantic-release-slack-bot" : " ^1.6.2" ,
6364 "husky" : " ^4.2.5" ,
6465 "@commitlint/cli" : " ^8.3.5" ,
6566 "@commitlint/config-conventional" : " ^8.3.4"
You can’t perform that action at this time.
0 commit comments