Skip to content

Commit

Permalink
Add CHANGELOG to release command
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Dec 7, 2016
1 parent 6af337c commit 50b7a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpedrc
Expand Up @@ -23,7 +23,7 @@ plugins:

'Commiting new version':
plugin: 'bumped-terminal'
command: 'git add CHANGELOG.md package.json && git commit package.json -m "Release $newVersion"'
command: 'git add CHANGELOG.md package.json && git commit CHANGELOG.md package.json -m "Release $newVersion"'

'Detecting problem before publish':
plugin: 'bumped-terminal'
Expand Down

0 comments on commit 50b7a95

Please sign in to comment.