Commit 090dd5ca2b10d8e3132d9e3fad45e13519b76f71
1 parent
ff0da285
Exists in
master
and in
28 other branches
Do not touch .po files during release
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/tasks/release.rake
@@ -57,7 +57,7 @@ EOF | @@ -57,7 +57,7 @@ EOF | ||
57 | end | 57 | end |
58 | 58 | ||
59 | desc 'prepares a release tarball' | 59 | desc 'prepares a release tarball' |
60 | - task :release => [ :check_tag, 'noosfero:doc:build', :authors, :check_repo ] do | 60 | + task :release => [ :check_tag, 'noosfero:doc:translate', :authors, :check_repo ] do |
61 | sh "git tag #{version}" | 61 | sh "git tag #{version}" |
62 | sh 'rake -f Rakefile.pkg' | 62 | sh 'rake -f Rakefile.pkg' |
63 | puts "I: please upload the tarball to the website!" | 63 | puts "I: please upload the tarball to the website!" |