File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 11{
2- "branch": "master",
3- "debug": true,
4- "verifyConditions": [
5- "@semantic-release/changelog",
6- "@semantic-release/git"
7- ],
8- "plugins": [
9- "@semantic-release/commit-analyzer",
10- "@semantic-release/release-notes-generator",
11- "@semantic-release/changelog",
12- [
13- "@semantic-release/exec",
14- {
15- "prepareCmd": "bumpversion --allow-dirty --current-version ${lastRelease.version} --new-version ${nextRelease.version} patch"
16- }
17- ],
18- [
19- "@semantic-release/git",
20- {
21- "message": "chore(release): ${nextRelease.version} release notes\n\n${nextRelease.notes}"
22- }
23- ],
24- "@semantic-release/github"
25- ]
2+ "branch": "master",
3+ "debug": true,
4+ "verifyConditions": [
5+ "@semantic-release/changelog",
6+ "@semantic-release/git"
7+ ],
8+ "plugins": [
9+ "@semantic-release/commit-analyzer",
10+ "@semantic-release/release-notes-generator",
11+ "@semantic-release/changelog",
12+ [
13+ "@semantic-release/exec",
14+ {
15+ "prepareCmd": "bumpversion --allow-dirty --current-version ${lastRelease.version} --new-version ${nextRelease.version} patch"
16+ }
17+ ],
18+ [
19+ "@semantic-release/git",
20+ {
21+ "message": "chore(release): ${nextRelease.version} release notes\n\n${nextRelease.notes}"
22+ }
23+ ],
24+ "@semantic-release/github"
25+ ]
2626}
You can’t perform that action at this time.
0 commit comments