Commit a0ed952b941f6bab11841c9f29af0b9373617f62
1 parent
0dcda02f
Exists in
master
and in
29 other branches
Do not build documentation 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:translate', 'noosfero:error-pages:translate', :authors, :check_repo, :package ] do | |
60 | + task :release => [ :check_tag, 'noosfero:error-pages:translate', :authors, :check_repo, :package ] do | |
61 | 61 | sh "git tag #{version}" |
62 | 62 | puts "I: please upload the tarball to the website!" |
63 | 63 | puts "I: please push the tag for version #{version} that was just created!" | ... | ... |