Dont push automatically on bump

This commit is contained in:
Caio Gondim
2014-12-01 18:30:14 +01:00
parent dd7aef12e5
commit 1131debd4c

View File

@@ -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