From 1131debd4cb50b0d4a508068bc3646910aa71426 Mon Sep 17 00:00:00 2001 From: Caio Gondim Date: Mon, 1 Dec 2014 18:30:14 +0100 Subject: [PATCH] Dont push automatically on bump --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 968e010..6d9c2a6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -16,7 +16,7 @@ module.exports = function(grunt) { createTag: true, tagName: 'v%VERSION%', tagMessage: 'Version %VERSION%', - push: true, + push: false, pushTo: 'origin', gitDescribeOptions: '--tags --always --abbrev=1 --dirty=-d', globalReplace: false