Skip to content

Commit

Permalink
munging jeweler into shape so it releases from an off branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip (flip) Kromer committed Dec 11, 2011
1 parent 58ae4c1 commit f7c5450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/jeweler_use_alt_branch.rb
Expand Up @@ -10,7 +10,7 @@ def run
raise "Unclean staging area! Be sure to commit or .gitignore everything first. See `git status` above."
end

repo.checkout($jeweler_push_from_branch || 'master')
repo.checkout('version_3')
repo.push

if release_not_tagged?
Expand Down

0 comments on commit f7c5450

Please sign in to comment.