grunt-bump config changes.

This commit is contained in:
Alexey Skobkin 2015-01-06 00:48:03 +04:00
parent a62d45c8c1
commit 194b7c63fc
1 changed files with 2 additions and 2 deletions

View File

@ -35,10 +35,10 @@ module.exports = function(grunt) {
options: {
files: [ 'package.json', 'bower.json', 'chrome_point_plus/manifest.json' ],
commit: true,
commitMessage: 'Release v%VERSION%',
commitMessage: 'Release %VERSION%',
commitFiles: [ 'package.json', 'bower.json', 'chrome_point_plus/manifest.json' ],
createTag: true,
tagName: 'v%VERSION%',
tagName: '%VERSION%',
tagMessage: 'Version %VERSION%',
push: false,
gitDescribeOptions: '--tags --always --abbrev=1 --dirty=-d',