From f030d8ada952d9f99b6dd9dad1bfc74c05d36a7d Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 11 Feb 2010 10:04:03 -0300 Subject: [PATCH] Telling release manager to push the tag created --- lib/tasks/release.rake | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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