Skip to content

Commit

Permalink
fix drake release script
Browse files Browse the repository at this point in the history
  • Loading branch information
quix committed May 23, 2011
1 parent 15517c2 commit 20b5d8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile-drake
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ task :drake_publish => :rdoc do
end

task :drake_finish_release do
gem = "#{SPEC.name}-#{SPEC.version}.gem"
git "tag", "drake-#{SPEC.version}"
git "push", "--tags", "origin", "master"
sh "gem", "push", gem
Expand Down

0 comments on commit 20b5d8b

Please sign in to comment.