mirror of https://github.com/rails/rails
rake release should push the tag
This commit is contained in:
parent
11c9fc9364
commit
156784fef1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue