diff --git a/lib/tasks/release.rake b/lib/tasks/release.rake index 45b3d8b..803bcea 100644 --- a/lib/tasks/release.rake +++ b/lib/tasks/release.rake @@ -61,6 +61,7 @@ EOF sh "git tag #{version}" sh 'rake -f Rakefile.pkg' puts "I: please upload the tarball to the website!" + puts "I: please push the tag for version #{version} that was just created!" end end -- libgit2 0.21.2