mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +00:00
grunt-bump config changes.
This commit is contained in:
parent
a62d45c8c1
commit
194b7c63fc
|
@ -35,10 +35,10 @@ module.exports = function(grunt) {
|
||||||
options: {
|
options: {
|
||||||
files: [ 'package.json', 'bower.json', 'chrome_point_plus/manifest.json' ],
|
files: [ 'package.json', 'bower.json', 'chrome_point_plus/manifest.json' ],
|
||||||
commit: true,
|
commit: true,
|
||||||
commitMessage: 'Release v%VERSION%',
|
commitMessage: 'Release %VERSION%',
|
||||||
commitFiles: [ 'package.json', 'bower.json', 'chrome_point_plus/manifest.json' ],
|
commitFiles: [ 'package.json', 'bower.json', 'chrome_point_plus/manifest.json' ],
|
||||||
createTag: true,
|
createTag: true,
|
||||||
tagName: 'v%VERSION%',
|
tagName: '%VERSION%',
|
||||||
tagMessage: 'Version %VERSION%',
|
tagMessage: 'Version %VERSION%',
|
||||||
push: false,
|
push: false,
|
||||||
gitDescribeOptions: '--tags --always --abbrev=1 --dirty=-d',
|
gitDescribeOptions: '--tags --always --abbrev=1 --dirty=-d',
|
||||||
|
|
Loading…
Reference in a new issue