Changes between Version 6 and Version 7 of ReleaseProcess
- Timestamp:
- 08/26/10 11:21:37 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcess
v6 v7 2 2 3 3 The OKF aims to make releases CKAN regularly - minor points every two months. Find releases at: [http://pypi.python.org/pypi/ckan PyPI]. See the changes at on the [http://knowledgeforge.net/ckan/doc/ckan/CHANGELOG.html Changelog]. 4 5 See also: VersioningPolicy 6 7 = Approaching release - alpha release = 8 9 1. Change the version number to the next version alpha in ckan/__init__.py e.g. 1.2a 10 1. Commit and push this change. 11 1. Bring metastable branch in line with default: 12 {{{ 13 $ hg up -C metastable 14 $ hg merge -r default 15 $ nosetests ckan/tests 16 $ hg ci -m '[merge] from release 1.1a.' 17 $ hg push 18 }}} 19 4 20 5 21 = Doing a CKAN release = … … 23 39 python setup.py sdist upload 24 40 }}} 25 1. Change the version number to the next version alpha in ckan/__init__.py e.g. 1.2a26 1. Commit and push this change.27 41 1. Bring metastable branch in line with default: 28 42 {{{ … … 32 46 $ hg ci -m '[merge] from release 1.1.' 33 47 $ hg push 34 $ hg up -C default35 $ hg merge -r metastable36 $ hg ci -m '[merge] from metastable.'37 $ hg push38 48 }}} 39 49 1. Merge the release to the bitbucket i18n repo and recreate the pot: