From df5fe4d83c068bc2b87404d7e98ea7366d1fb000 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 16 Nov 2010 16:28:53 -0800 Subject: Add a task to tag the commit and push --- tasks/release.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks') diff --git a/tasks/release.rb b/tasks/release.rb index db82c6a563..c520b93111 100644 --- a/tasks/release.rb +++ b/tasks/release.rb @@ -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 -- cgit v1.2.3