rake release should push the tag

This commit is contained in:
Jon Leighton 2011-11-14 16:51:02 +00:00
parent 11c9fc9364
commit 156784fef1
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ namespace :all do
task :tag do
sh "git tag #{tag}"
sh "git push --tags"
end
task :release => %w(ensure_clean_state build commit tag push)