From 9d9ee896107aabe758da49b57af92750f0130820 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 11 Feb 2010 10:05:46 -0300 Subject: [PATCH] Checking tag is the first step of the release --- lib/tasks/release.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/release.rake b/lib/tasks/release.rake index 803bcea..4669c00 100644 --- a/lib/tasks/release.rake +++ b/lib/tasks/release.rake @@ -57,7 +57,7 @@ EOF end desc 'prepares a release tarball' - task :release => [ 'noosfero:doc:build', :authors, :check_repo, :check_tag ] do + task :release => [ :check_tag, 'noosfero:doc:build', :authors, :check_repo ] do sh "git tag #{version}" sh 'rake -f Rakefile.pkg' puts "I: please upload the tarball to the website!" -- libgit2 0.21.2