aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2010-11-16 16:28:53 -0800
committerCarl Lerche <me@carllerche.com>2010-11-16 17:19:47 -0800
commitdf5fe4d83c068bc2b87404d7e98ea7366d1fb000 (patch)
tree529de6e10c0c9a81e2741cbcfb4112eaadbeffcc /tasks
parentaa0732dc00fecfa74989f1b5a2465e3b64adbd7e (diff)
downloadrails-df5fe4d83c068bc2b87404d7e98ea7366d1fb000.tar.gz
rails-df5fe4d83c068bc2b87404d7e98ea7366d1fb000.tar.bz2
rails-df5fe4d83c068bc2b87404d7e98ea7366d1fb000.zip
Add a task to tag the commit and push
Diffstat (limited to 'tasks')
-rw-r--r--tasks/release.rb2
1 files changed, 1 insertions, 1 deletions
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