From c9e280cd66d4d3d54a88dd7c05cd77b3c998054e Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Mon, 1 Oct 2007 17:54:46 +0000 Subject: [PATCH] ActionItem85: warn the user to change version in Noosfero module --- lib/tasks/svn.rake | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/lib/tasks/svn.rake b/lib/tasks/svn.rake index 4bb1fb6..cf5d147 100644 --- a/lib/tasks/svn.rake +++ b/lib/tasks/svn.rake @@ -3,5 +3,8 @@ require 'noosfero' namespace 'svn' do task 'tag' do sh "svn copy #{Noosfero::SVN_ROOT}/trunk #{Noosfero::SVN_ROOT}/tags/#{Noosfero::VERSION}" + puts "*************************************************************" + puts "** please remember to change the version in lib/noosfero.rb !" + puts "*************************************************************" end end -- libgit2 0.21.2