Skip to content

Commit

Permalink
chore(bump): fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed Jul 20, 2015
1 parent 4f823ca commit 8c16bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module.exports = function(grunt) {
bump: {
options: {
updateConfigs: ['pkg'],
commitFiles: ['package.json', 'CHANGELOG.md'],
commitFiles: ['package.json'],
commitMessage: 'chore: release v%VERSION%'
}
}
Expand Down

0 comments on commit 8c16bcf

Please sign in to comment.