Skip to content

Commit

Permalink
- better execution examples
Browse files Browse the repository at this point in the history
  • Loading branch information
blep committed Mar 13, 2010
1 parent 0a89958 commit cd6cb5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion makerelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
Requires Python 2.6
Example of invocation (use to test the script):
python makerelease.py --force --retag --platform=msvc6,msvc71,msvc80,mingw -ublep 0.5.0 0.6.0-dev
python makerelease.py --platform=msvc6,msvc71,msvc80,mingw -ublep 0.6.0 0.7.0-dev
When testing this script:
python makerelease.py --force --retag --platform=msvc6,msvc71,msvc80,mingw -ublep test-0.5.0 test-0.6.0-dev
Example of invocation when doing a release:
python makerelease.py 0.5.0 0.6.0-dev
Expand Down

0 comments on commit cd6cb5d

Please sign in to comment.