Skip to content

Commit

Permalink
Grunt: Update default changelog text
Browse files Browse the repository at this point in the history
  • Loading branch information
drublic committed Jun 19, 2015
1 parent 56daee6 commit d520d72
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 @@ -14,7 +14,7 @@ module.exports = function(grunt) {
bump: true,
file: 'package.json',
changelog: 'CHANGELOG.md',
changelogText: '### <%= version %>\n',
changelogText: '### <%= version %> - ' + grunt.template.today('yyyy-mm-dd') + '\n',
commitMessage: 'v<%= version %>',
add: true,
commit: true,
Expand Down

0 comments on commit d520d72

Please sign in to comment.