From c8373a9e7ca12bcf641a14ee4a64e7173d2ab500 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 8 Feb 2010 19:10:11 -0300 Subject: [PATCH] Enhancing release task --- lib/tasks/release.rake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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