aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-12-18 08:56:19 +0100
committerYves Senn <yves.senn@gmail.com>2013-12-18 08:57:46 +0100
commit3de199988fb6295ed7c37d50f9cbf4025dfca088 (patch)
treed8671592a737adbf6494e42a8caf0d292de10c23 /tasks
parent76f8d310468db4d1249b357ee67cb9ca0011fd60 (diff)
downloadrails-3de199988fb6295ed7c37d50f9cbf4025dfca088.tar.gz
rails-3de199988fb6295ed7c37d50f9cbf4025dfca088.tar.bz2
rails-3de199988fb6295ed7c37d50f9cbf4025dfca088.zip
we should use annotated tags for releases.
Annotated tags will provide us with Tagger and Time information.
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 8aceda1ec3..c4065b7732 100644
--- a/tasks/release.rb
+++ b/tasks/release.rb
@@ -120,7 +120,7 @@ namespace :all do
end
task :tag do
- sh "git tag #{tag}"
+ sh "git tag -a #{tag}"
sh "git push --tags"
end