mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 10:46:02 +00:00
grunt-bump config changes.
This commit is contained in:
parent
a62d45c8c1
commit
194b7c63fc
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue