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`
|
2017-04-28 10:54:58 -05:00
|
|
|
* Update sphinx/locale/sphinx.pot if first major release (beta1)
|
|
|
|
|
2017-05-16 08:21:44 -05:00
|
|
|
* Run `python setup.py extract_messages`
|
2017-04-28 10:54:58 -05:00
|
|
|
* Run `(cd sphinx/locale; tx push -s)`
|
|
|
|
|
|
|
|
* Update sphinx/locale/<lang>/ files if final major release ...
|
2016-12-13 09:54:25 -06:00
|
|
|
|
|
|
|
* Run `(cd sphinx/locale; tx pull -a -f)`
|
|
|
|
* Run `python setup.py compile_catalog`
|
2017-05-16 08:21:44 -05:00
|
|
|
* Run `git add sphinx`
|
|
|
|
* Run `git commit -am 'Update message catalogs'`
|
2016-12-13 09:54:25 -06:00
|
|
|
|
2017-01-21 04:45:09 -06:00
|
|
|
* `python utils/bump_version.py x.y.z`
|
|
|
|
* Check diff by `git diff`
|
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-06-05 03:26:31 -05:00
|
|
|
* `python setup.py release bdist_wheel sdist upload --identity=[your key]`
|
2017-01-22 02:30:07 -06:00
|
|
|
* open https://pypi.python.org/pypi/Sphinx and check there are no 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
|
2017-04-29 10:40:31 -05:00
|
|
|
* `python utils/bump_version.py --in-develop a.b.cb0` (ex. 1.5.3b0)
|
2017-01-21 04:45:09 -06:00
|
|
|
* Check diff by `git diff`
|
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
|