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 33f32d7 commit 543be4cCopy full SHA for 543be4c
.bumpedrc
@@ -17,6 +17,10 @@ plugins:
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
+
24
'Committing new version':
25
plugin: 'bumped-terminal'
26
command: 'git add CHANGELOG.md package.json && git commit -m "Release $newVersion"'
0 commit comments