From df124daecf7aeb46d651ab3888f5a682f7e4b3ab Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 17 Aug 2010 16:23:58 -0300 Subject: [PATCH] Only tag if the tarball was properly created --- 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 cafa900..d2b076a 100644 --- a/lib/tasks/release.rake +++ b/lib/tasks/release.rake @@ -58,8 +58,8 @@ EOF desc 'prepares a release tarball' task :release => [ :check_tag, 'noosfero:doc:translate', 'noosfero:error-pages:translate', :authors, :check_repo ] do - sh "git tag #{version}" sh 'rake -f Rakefile.pkg' + sh "git tag #{version}" puts "I: please upload the tarball to the website!" puts "I: please push the tag for version #{version} that was just created!" end -- libgit2 0.21.2