diff --git a/lib/tasks/release.rake b/lib/tasks/release.rake index dac6994..2e96ebf 100644 --- a/lib/tasks/release.rake +++ b/lib/tasks/release.rake @@ -58,8 +58,9 @@ EOF desc 'prepares a release tarball' task :release => [ 'noosfero:doc:build', :authors, :check_repo, :check_tag ] do - raise "Not implemented yet" sh "git tag #{version}" + sh 'rake -f Rakefile.pkg' + puts "I: please upload the tarball to the website!" end end -- libgit2 0.21.2