From 194b7c63fce43be12d086bb69dd1da59233d51ea Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Tue, 6 Jan 2015 00:48:03 +0400 Subject: [PATCH] grunt-bump config changes. --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index b653daf..d1b9f1a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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',