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 17cf135 commit 78facefCopy full SHA for 78facef
.bumpedrc
@@ -16,7 +16,7 @@ plugins:
16
17
'Commiting new version':
18
plugin: 'bumped-terminal'
19
- command: 'git add CHANGELOG.md package.json && git commit -m "Release $newVersion"'
+ command: 'git add CHANGELOG.md package.json && git commit -m "chore(release): $newVersion"'
20
21
'Detecting problem before publish':
22
0 commit comments