From b0b8d4c87e0077baccf770441768f5ad3b15dcd3 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 15 Sep 2013 22:39:08 +0100 Subject: [PATCH] Add hint about pushing tags post release [ci skip] --- Tools/mkrelease.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/mkrelease.py b/Tools/mkrelease.py index 9eceba07e..0623fe786 100755 --- a/Tools/mkrelease.py +++ b/Tools/mkrelease.py @@ -45,4 +45,4 @@ os.system("rsync --archive --verbose -P --times -e ssh " + "swigwin-" + version print "Finished" -print "Now log in to SourceForge and set the operating systems applicable to the newly uploaded tarball and zip file. Also remember to do a 'git push'." +print "Now log in to SourceForge and set the operating systems applicable to the newly uploaded tarball and zip file. Also remember to do a 'git push --tags'."