diff --git a/Gruntfile.js b/Gruntfile.js index dfae197..8da4b37 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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%'