Skip to content

Commit 543be4c

Browse files
committed
chore(bumped): add lockfile generation and commit
1 parent 33f32d7 commit 543be4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bumpedrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ plugins:
1717
'Generating CHANGELOG file':
1818
plugin: 'bumped-changelog'
1919

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+
2024
'Committing new version':
2125
plugin: 'bumped-terminal'
2226
command: 'git add CHANGELOG.md package.json && git commit -m "Release $newVersion"'

0 commit comments

Comments
 (0)