sphinx/utils/release-checklist

23 lines
883 B
Plaintext
Raw Normal View History

2013-12-10 03:30:44 -06:00
Release checklist
=================
* Check `git status`
* Run `make style-check`
* Run `tx pull -a -f` in sphinx/locale if final major release
2013-12-10 03:30:44 -06:00
* Update version info in sphinx/__init__.py
* Update release date in CHANGES
* `git commit`
* `make clean`
2016-05-29 04:07:59 -05:00
* `python setup.py release bdist_wheel sdist upload --identify=[your key]`
2013-12-10 03:30:44 -06:00
* Check PyPI release page for obvious errors
* `git tag` with version number
2013-12-10 03:30:44 -06:00
* Merge default into stable if final major release
2016-05-29 04:07:59 -05:00
* `git push stable --tags`
* 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
2016-05-29 04:07:59 -05:00
* Write announcement and send to sphinx-dev, sphinx-users and python-announce
2013-12-10 03:30:44 -06:00
* Update version info, add new CHANGES entry for next version
* `git commit`
* `git push`
2016-05-29 04:54:21 -05:00
* Update `sphinx-doc-translations <https://github.com/sphinx-doc/sphinx-doc-translations>`_