Skip to content

Commit 1bc26d1

Browse files
committed
Fix grunt bump
1 parent ac087fb commit 1bc26d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = function(grunt) {
3535
, updateConfigs: [ 'pkg' ]
3636
, commit: true
3737
, commitMessage: 'Release %VERSION%'
38-
, commitFiles: [ 'package.json', 'README.md', 'CHANGELOG.md' ]
38+
, commitFiles: [ 'package.json', 'CHANGELOG.md' ]
3939
, createTag: true
4040
, tagName: '%VERSION%'
4141
, tagMessage: '%VERSION%'

0 commit comments

Comments
 (0)