2013-12-10 03:30:44 -06:00
|
|
|
Release checklist
|
|
|
|
=================
|
|
|
|
|
2016-12-13 09:30:34 -06:00
|
|
|
* open https://travis-ci.org/sphinx-doc/sphinx/branches and check stable branch is green
|
2016-03-28 08:48:09 -05:00
|
|
|
* Check `git status`
|
|
|
|
* Run `make style-check`
|
|
|
|
* Run `tx pull -a -f` in sphinx/locale if final major release
|
2016-12-04 07:03:25 -06:00
|
|
|
* Run `python setup.py compile_catalog` in project root after 'tx pull'
|
2013-12-10 03:30:44 -06:00
|
|
|
* Update version info in sphinx/__init__.py
|
|
|
|
* Update release date in CHANGES
|
2016-06-05 03:26:31 -05:00
|
|
|
* `git commit -am 'Bump to x.y.z final'`
|
2016-03-28 08:48:09 -05:00
|
|
|
* `make clean`
|
2016-08-19 06:16:02 -05:00
|
|
|
* `python setup.py compile_grammar`
|
2016-06-05 03:26:31 -05:00
|
|
|
* `python setup.py release bdist_wheel sdist upload --identity=[your key]`
|
2013-12-10 03:30:44 -06:00
|
|
|
* Check PyPI release page for obvious errors
|
2016-12-13 09:30:34 -06:00
|
|
|
* `git tag x.y.z` with version number
|
2013-12-10 03:30:44 -06:00
|
|
|
* Merge default into stable if final major release
|
2016-06-05 03:26:31 -05:00
|
|
|
* `git push origin stable --tags`
|
2016-12-13 09:30:34 -06:00
|
|
|
* open https://readthedocs.org/dashboard/sphinx/versions/ and enable the released version
|
2013-12-10 03:30:44 -06:00
|
|
|
* Add new version/milestone to tracker categories
|
|
|
|
* Update version info, add new CHANGES entry for next version
|
2016-06-05 03:26:31 -05:00
|
|
|
* `git commit -am 'Bump version'`
|
|
|
|
* `git push origin stable`
|
|
|
|
* `git checkout master`
|
|
|
|
* `git merge stable`
|
|
|
|
* `git push origin master`
|
2016-05-29 04:54:21 -05:00
|
|
|
* Update `sphinx-doc-translations <https://github.com/sphinx-doc/sphinx-doc-translations>`_
|
2016-12-13 09:30:34 -06:00
|
|
|
* Write announcement and send to sphinx-dev, sphinx-users and python-announce
|