mirror of https://github.com/rails/rails
Add a task to tag the commit and push
This commit is contained in:
parent
aa0732dc00
commit
df5fe4d83c
|
@ -88,7 +88,7 @@ namespace :release do
|
|||
sh "git tag #{tag}"
|
||||
end
|
||||
|
||||
task :full => %w(ensure_clean_state all:build commit)
|
||||
task :full => %w(ensure_clean_state all:build commit tag all:push)
|
||||
end
|
||||
|
||||
namespace :all do
|
||||
|
|
Loading…
Reference in New Issue