Commit 9d9ee896107aabe758da49b57af92750f0130820

Authored by Antonio Terceiro
1 parent f030d8ad

Checking tag is the first step of the 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 => [ 'noosfero:doc:build', :authors, :check_repo, :check_tag ] do
  60 + task :release => [ :check_tag, 'noosfero:doc:build', :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!"
... ...