Skip to content

Commit

Permalink
Fix grunt bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aydrian committed Jun 6, 2015
1 parent ac087fb commit 1bc26d1
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 @@ -35,7 +35,7 @@ module.exports = function(grunt) {
, updateConfigs: [ 'pkg' ]
, commit: true
, commitMessage: 'Release %VERSION%'
, commitFiles: [ 'package.json', 'README.md', 'CHANGELOG.md' ]
, commitFiles: [ 'package.json', 'CHANGELOG.md' ]
, createTag: true
, tagName: '%VERSION%'
, tagMessage: '%VERSION%'
Expand Down

0 comments on commit 1bc26d1

Please sign in to comment.