mirror of
https://github.com/github/rails.git
synced 2026-01-06 21:34:08 -05:00
rake release should push the tag
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user