Commit c9e280cd66d4d3d54a88dd7c05cd77b3c998054e
1 parent
951e2d51
Exists in
master
and in
29 other branches
ActionItem85: warn the user to change version in Noosfero module
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@592 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
lib/tasks/svn.rake
... | ... | @@ -3,5 +3,8 @@ require 'noosfero' |
3 | 3 | namespace 'svn' do |
4 | 4 | task 'tag' do |
5 | 5 | sh "svn copy #{Noosfero::SVN_ROOT}/trunk #{Noosfero::SVN_ROOT}/tags/#{Noosfero::VERSION}" |
6 | + puts "*************************************************************" | |
7 | + puts "** please remember to change the version in lib/noosfero.rb !" | |
8 | + puts "*************************************************************" | |
6 | 9 | end |
7 | 10 | end | ... | ... |