File tree 4 files changed +414
-15744
lines changed
4 files changed +414
-15744
lines changed Original file line number Diff line number Diff line change 31
31
GIT_AUTHOR_EMAIL : ${{ secrets.BOT_EMAIL }}
32
32
GIT_COMMITTER_NAME : themeisle[bot]
33
33
GIT_COMMITTER_EMAIL : ${{ secrets.BOT_EMAIL }}
34
+ SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK_ANNOUNCEMENTS }}
35
+ SEMANTIC_RELEASE_PACKAGE : Gutenberg Blocks and Template Library by Otter
34
36
empty-job :
35
37
# if no jobs run, github action considers it a test failure -- which seems like a bug
36
38
# this makes it so the top-level if statement for the job does not give status failure.
Original file line number Diff line number Diff line change @@ -12,6 +12,14 @@ plugins:
12
12
- prepareCmd : " replace-in-file \" == Changelog ==\" \" == Changelog ==\n\n ${nextRelease.notes}\" readme.txt"
13
13
- - "@semantic-release/exec"
14
14
- prepareCmd : grunt version::${nextRelease.version} && grunt wp_readme_to_markdown
15
+ - - "semantic-release-slack-bot"
16
+ - notifyOnSuccess : false
17
+ notifyOnFail : false
18
+ markdownReleaseNotes : true
19
+ branchesConfig :
20
+ - pattern : master
21
+ notifyOnSuccess : true
22
+ notifyOnFail : false
15
23
- - "@semantic-release/git"
16
24
- assets :
17
25
- CHANGELOG.md
You can’t perform that action at this time.
0 commit comments