diff options
author | Carl Lerche <me@carllerche.com> | 2010-11-16 16:28:53 -0800 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2010-11-16 17:19:47 -0800 |
commit | df5fe4d83c068bc2b87404d7e98ea7366d1fb000 (patch) | |
tree | 529de6e10c0c9a81e2741cbcfb4112eaadbeffcc | |
parent | aa0732dc00fecfa74989f1b5a2465e3b64adbd7e (diff) | |
download | rails-df5fe4d83c068bc2b87404d7e98ea7366d1fb000.tar.gz rails-df5fe4d83c068bc2b87404d7e98ea7366d1fb000.tar.bz2 rails-df5fe4d83c068bc2b87404d7e98ea7366d1fb000.zip |
Add a task to tag the commit and push
-rw-r--r-- | tasks/release.rb | 2 |
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 |