Skip to content

Commit 7c2946c

Browse files
committed
chore(bumped) switch changelog generation and lock files
1 parent 8349f35 commit 7c2946c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.bumpedrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ plugins:
1414

1515
postrelease:
1616

17-
'Generating CHANGELOG file':
18-
plugin: 'bumped-changelog'
19-
2017
'Generating and committing lock files':
2118
plugin: 'bumped-terminal'
2219
command: 'yarn && npm i && git add yarn.lock package-lock.json && git commit -m "chore(package): update lockfiles"'
2320

21+
'Generating CHANGELOG file':
22+
plugin: 'bumped-changelog'
23+
2424
'Committing new version':
2525
plugin: 'bumped-terminal'
2626
command: 'git add CHANGELOG.md package.json && git commit -m "Release $newVersion"'

0 commit comments

Comments
 (0)