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