Commit f030d8ada952d9f99b6dd9dad1bfc74c05d36a7d
1 parent
a7be3241
Exists in
master
and in
28 other branches
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,6 +61,7 @@ EOF | ||
61 | sh "git tag #{version}" | 61 | sh "git tag #{version}" |
62 | sh 'rake -f Rakefile.pkg' | 62 | sh 'rake -f Rakefile.pkg' |
63 | puts "I: please upload the tarball to the website!" | 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 | end | 65 | end |
65 | 66 | ||
66 | end | 67 | end |