Skip to content

Commit

Permalink
re-adding borked tag command
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Apr 21, 2010
1 parent b350d71 commit ca89be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -96,7 +96,7 @@ namespace :release do
exit!
end
sh "git commit --allow-empty -a -m 'Release #{version}'"
# sh "git tag v#{version}"
sh "git tag v#{version}"
sh "git push origin master"
sh "git push origin v#{version}"
sh "gem push pkg/#{name}-#{version}.gem"
Expand Down

0 comments on commit ca89be7

Please sign in to comment.