We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac087fb commit 1bc26d1Copy full SHA for 1bc26d1
Gruntfile.js
@@ -35,7 +35,7 @@ module.exports = function(grunt) {
35
, updateConfigs: [ 'pkg' ]
36
, commit: true
37
, commitMessage: 'Release %VERSION%'
38
- , commitFiles: [ 'package.json', 'README.md', 'CHANGELOG.md' ]
+ , commitFiles: [ 'package.json', 'CHANGELOG.md' ]
39
, createTag: true
40
, tagName: '%VERSION%'
41
, tagMessage: '%VERSION%'
0 commit comments