diff --git a/Gruntfile.js b/Gruntfile.js index 6ace2f6..d62d455 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -276,7 +276,8 @@ module.exports = function (grunt) { commitMessage: "Release v%VERSION%", commitFiles: ["package.json", "bower.json"], createTag: false, - push: false + push: true, + pushTo: "upstream" } }