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