Changes between Version 12 and Version 13 of ReleaseProcess
- Timestamp:
- 03/15/11 18:47:44 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcess
v12 v13 25 25 1. Remove the pre-release letter in the version number in ckan/__init__.py e.g. 1.1c -> 1.1 26 26 1. Commit this change. 27 1. Update the internationalization POT file and commit it: 28 {{{ 29 $ python setup.py extract_messages 30 $ hg ci -m '[i18n]: Updated POT ready for release.' ckan/i18n/ckan.pot 31 }}} 27 32 1. Compile the docs: 28 33 {{{ … … 55 60 $ hg push 56 61 }}} 57 1. Merge the release to the bitbucket i18n repo and recreate the pot: 58 {{{ 59 ??? 60 }}} 61 1. If there have been any unreleased changes to vdm, make sure you release that too. 62 1. If there have been any unreleased changes to OKF dependencies like vdm, ckanclient, swiss etc. make sure you release them too. 62 63 63 64