summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-09-15 22:39:08 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-09-15 22:42:19 +0100
commitb0b8d4c87e0077baccf770441768f5ad3b15dcd3 (patch)
tree36f163e088645c6e2a5361da74de62d680608e6e /Tools
parent80b108eb70229680ad63daa7267d74ccc342dd2c (diff)
downloadswig-b0b8d4c87e0077baccf770441768f5ad3b15dcd3.tar.gz
Add hint about pushing tags post release
[ci skip]
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/mkrelease.py2
1 files changed, 1 insertions, 1 deletions
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'."