Add a task to tag the commit and push

This commit is contained in:
Carl Lerche 2010-11-16 16:28:53 -08:00
parent aa0732dc00
commit df5fe4d83c
1 changed files with 1 additions and 1 deletions

View File

@ -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