grunt-auto-release
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "grunt-auto-release", | ||
"description": "Grunt plugin for automatic releasing.", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"homepage": "https://github.com/vojtajina/grunt-auto-release", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -84,2 +84,4 @@ var GITHUB_REPO_REGEXP = /github\.com\/([\w-\.]+)\/([\w-\.]+)\.git/; | ||
runCmd('git fetch ' + opts.remote + ' --tags'); | ||
// checkout the branch and pull from remote | ||
@@ -86,0 +88,0 @@ runCmd('git checkout ' + opts.branch, 'Switching to ' + opts.branch); |
6955
130