From 3de199988fb6295ed7c37d50f9cbf4025dfca088 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Wed, 18 Dec 2013 08:56:19 +0100 Subject: we should use annotated tags for releases. Annotated tags will provide us with Tagger and Time information. --- 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 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 -- cgit v1.2.3