sphinx/utils/release-checklist

33 lines
1.2 KiB
Plaintext
Raw Normal View History

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
* Check `git status`
* Run `make style-check`
2016-12-13 09:54:25 -06:00
* if final major release ...
* Run `(cd sphinx/locale; tx pull -a -f)`
* Run `python setup.py compile_catalog`
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'`
* `make clean`
* `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
2017-01-21 04:45:09 -06:00
* `python utils/bump_version.py a.b.cb0` (ex. 1.5.3b0)
* 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