File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ branch : master
3
+ plugins :
4
+ - - "@semantic-release/commit-analyzer"
5
+ - preset : simple-preset
6
+ releaseRules : conventional-changelog-simple-preset/release-rules
7
+ - - "@semantic-release/changelog"
8
+ - changelogFile : CHANGELOG.md
9
+ - - "@semantic-release/release-notes-generator"
10
+ - preset : simple-preset
11
+ - - "@semantic-release/exec"
12
+ - prepareCmd : " replace-in-file \" == Changelog ==\" \" == Changelog ==\n\n ${nextRelease.notes}\" readme.txt"
13
+ - - "@semantic-release/exec"
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
23
+ - - "@semantic-release/git"
24
+ - assets :
25
+ - CHANGELOG.md
26
+ - readme.md
27
+ - readme.txt
28
+ - style.css
29
+ - functions.php
30
+ - package-lock.json
31
+ - package.json
32
+ message : " chore(release): ${nextRelease.version} \n\n ${nextRelease.notes}"
33
+ - - "@semantic-release/github"
You can’t perform that action at this time.
0 commit comments