Skip to content

Commit

Permalink
git push after version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjwarren committed Feb 4, 2015
1 parent 80a6645 commit 1edff06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Expand Up @@ -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"
}
}

Expand Down

0 comments on commit 1edff06

Please sign in to comment.