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

View File

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