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,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: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 | sh "git tag #{version}" | 61 | sh "git tag #{version}" |
62 | puts "I: please upload the tarball to the website!" | 62 | puts "I: please upload the tarball to the website!" |
63 | puts "I: please push the tag for version #{version} that was just created!" | 63 | puts "I: please push the tag for version #{version} that was just created!" |