Changes between Version 4 and Version 5 of ReleaseProcess
- Timestamp:
- 08/10/10 16:03:55 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcess
v4 v5 18 18 $ hg tag ckan-1.1 -m 'Release 1.1' 19 19 $ hg push 20 }}} (add -f to the tag if you want to overwrite a previous tag with this release) 20 }}} 21 (add -f to the tag if you want to overwrite a previous tag with this release) 21 22 1. Upload the release to PyPI: 22 23 {{{ 23 24 python setup.py sdist upload 24 25 }}} 26 (If you make a mistake, you can always go into PyPI, remove the release file and then reupload it.) 25 27 1. Bring metastable branch in line with default: 26 28 {{{