Commit f030d8ada952d9f99b6dd9dad1bfc74c05d36a7d

Authored by Antonio Terceiro
1 parent a7be3241

Telling release manager to push the tag created

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
lib/tasks/release.rake
... ... @@ -61,6 +61,7 @@ EOF
61 61 sh "git tag #{version}"
62 62 sh 'rake -f Rakefile.pkg'
63 63 puts "I: please upload the tarball to the website!"
  64 + puts "I: please push the tag for version #{version} that was just created!"
64 65 end
65 66  
66 67 end
... ...