From e8f2d8270d14600631dbaeb8d38327fbac5de580 Mon Sep 17 00:00:00 2001 From: Shahar Soel Date: Sun, 14 Jun 2015 01:39:41 +0300 Subject: [PATCH] disable automatic bumping of version by grunt release --- gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gruntfile.js b/gruntfile.js index 06632bd0b..051deaa34 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -222,6 +222,7 @@ module.exports = function(grunt) { release: { options: { + bump: false, tagName: 'v<%=version%>', additionalFiles: ['bower.json'], github: {