We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8349f35 commit 7c2946cCopy full SHA for 7c2946c
.bumpedrc
@@ -14,13 +14,13 @@ plugins:
14
15
postrelease:
16
17
- 'Generating CHANGELOG file':
18
- plugin: 'bumped-changelog'
19
-
20
'Generating and committing lock files':
21
plugin: 'bumped-terminal'
22
command: 'yarn && npm i && git add yarn.lock package-lock.json && git commit -m "chore(package): update lockfiles"'
23
+ 'Generating CHANGELOG file':
+ plugin: 'bumped-changelog'
+
24
'Committing new version':
25
26
command: 'git add CHANGELOG.md package.json && git commit -m "Release $newVersion"'
0 commit comments