mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
rake release should push the tag
This commit is contained in:
parent
11c9fc9364
commit
156784fef1
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue