diff --git a/.bumpedrc b/.bumpedrc index a082a2c..2407f68 100644 --- a/.bumpedrc +++ b/.bumpedrc @@ -8,7 +8,9 @@ plugins: plugin: 'bumped-terminal' command: 'gulp' + 'Generating CHANGELOG file': + plugin: 'bumped-changelog' + 'Commit the new version': plugin: 'bumped-terminal' command: 'git add . && git commit -m "$newVersion releases"' -