mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:01 -05:00
Add a task to tag the commit and push
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user