From 11f56769646c817fb4842ea8819f82e62027d089 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 20 Mar 2014 20:25:44 +0000 Subject: [PATCH] release-script: update authors before version bump --- lib/tasks/release.rake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/tasks/release.rake b/lib/tasks/release.rake index 32902dc..4663379 100644 --- a/lib/tasks/release.rake +++ b/lib/tasks/release.rake @@ -216,6 +216,9 @@ EOF task :release, :release_kind do |t, args| release_kind = args[:release_kind] || 'stable' + puts "==> Updating authors..." + Rake::Task['noosfero:authors'].invoke + Rake::Task['noosfero:set_version'].invoke(release_kind) puts "==> Checking tags..." @@ -230,9 +233,6 @@ EOF commit_changes(['public/500.html', 'public/503.html'], 'Updating public error pages') end - puts "==> Updating authors..." - Rake::Task['noosfero:authors'].invoke - puts "==> Checking repository..." Rake::Task['noosfero:check_repo'].invoke -- libgit2 0.21.2