Skip to content

Commit

Permalink
minor: more fixes to deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Black committed Mar 26, 2013
1 parent e5235fe commit 3f512cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/deploy.rake
Expand Up @@ -39,8 +39,7 @@ namespace :deploy do
g.add(['VERSION', 'ext/cbson/version.h'])
g.commit "RELEASE #{bumper_version}"
g.add_tag("#{bumper_version}")
g.push('origin', 'master', false)
g.push('origin', 'release', true)
g.push('origin', 'master', true)
end

desc "Package all gems for release"
Expand Down

0 comments on commit 3f512cf

Please sign in to comment.