Commit 090dd5ca2b10d8e3132d9e3fad45e13519b76f71
1 parent
ff0da285
Exists in
master
and in
29 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 | 57 | end |
58 | 58 | |
59 | 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 | 61 | sh "git tag #{version}" |
62 | 62 | sh 'rake -f Rakefile.pkg' |
63 | 63 | puts "I: please upload the tarball to the website!" | ... | ... |