Version 4 (modified by dread, 4 years ago) (diff) |
---|
About Releases
The OKF aims to make releases CKAN regularly - minor points every two months. Find releases at: PyPI. See the changes at on the Changelog.
Doing a CKAN release
- Test the code satisfactorily.
- Summarise the tickets going in this release in the ckan/doc/CHANGELOG.rst
- Remove the pre-release letter in the version number in ckan/init.py e.g. 1.1c -> 1.1
- Commit this change.
- Compile the docs:
$ python setup.py build_sphinx
- Upload docs to knowledgeforge.
- Tag the repo with the version number (commits change). e.g.
$ hg tag ckan-1.1 -m 'Release 1.1' $ hg push }}} (add -f to the tag if you want to overwrite a previous tag with this release) 1. Upload the release to PyPI: {{{ python setup.py sdist upload }}} 1. Bring metastable branch in line with default: {{{ $ hg -C metastable $ hg merge -r default $ nosetests ckan/tests $ hg ci -m '[merge] from release 1.1' $ hg push }}} 1. Change the version number to the next version alpha in ckan/__init__.py e.g. 1.2a 1. Commit and push this change. 1. Merge the release to the bitbucket i18n repo and recreate the pot: {{{ ??? }}} If there have been any unreleased changes to vdm, make sure you release that too.