From 090dd5ca2b10d8e3132d9e3fad45e13519b76f71 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 29 Mar 2010 12:57:29 -0300 Subject: [PATCH] Do not touch .po files during 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 4669c00..149b15a 100644 --- a/lib/tasks/release.rake +++ b/lib/tasks/release.rake @@ -57,7 +57,7 @@ EOF end desc 'prepares a release tarball' - task :release => [ :check_tag, 'noosfero:doc:build', :authors, :check_repo ] do + task :release => [ :check_tag, 'noosfero:doc:translate', :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