Skip to content

Commit 8625de9

Browse files
committed
chore(grunt bump): bump includes changelog
1 parent ab99253 commit 8625de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt/options.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module.exports = (grunt) ->
9797
updateConfigs: []
9898
commit: true
9999
commitMessage: "Release %VERSION%"
100-
commitFiles: ['package.json', 'bower.json', 'Gruntfile.coffee', 'dist/*']
100+
commitFiles: ['package.json', 'bower.json', 'CHANGELOG.md', 'Gruntfile.coffee', 'dist/*']
101101
createTag: true
102102
tagName: "%VERSION%"
103103
tagMessage: "Version %VERSION%"

0 commit comments

Comments
 (0)