Skip to content

Commit cd6cb5d

Browse files
committed
- better execution examples
1 parent 0a89958 commit cd6cb5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

makerelease.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
Requires Python 2.6
44
55
Example of invocation (use to test the script):
6-
python makerelease.py --force --retag --platform=msvc6,msvc71,msvc80,mingw -ublep 0.5.0 0.6.0-dev
6+
python makerelease.py --platform=msvc6,msvc71,msvc80,mingw -ublep 0.6.0 0.7.0-dev
7+
8+
When testing this script:
9+
python makerelease.py --force --retag --platform=msvc6,msvc71,msvc80,mingw -ublep test-0.5.0 test-0.6.0-dev
710
811
Example of invocation when doing a release:
912
python makerelease.py 0.5.0 0.6.0-dev

0 commit comments

Comments
 (0)