Files
sphinx/utils/release-checklist

38 lines
1.5 KiB
Plaintext
Raw Normal View History

2013-12-10 10:30:44 +01:00
Release checklist
=================
2018-01-29 00:24:30 +09:00
* open https://travis-ci.org/sphinx-doc/sphinx/branches and check **X.Y** branch is green
* Run `git status` and check nothing changed
2017-04-29 00:54:58 +09:00
* Update sphinx/locale/sphinx.pot if first major release (beta1)
2017-05-16 22:21:44 +09:00
* Run `python setup.py extract_messages`
2017-04-29 00:54:58 +09:00
* Run `(cd sphinx/locale; tx push -s)`
* Update sphinx/locale/<lang>/ files if final major release ...
2016-12-14 00:54:25 +09:00
* Run `(cd sphinx/locale; tx pull -a -f)`
* Run `python setup.py compile_catalog`
2017-05-16 22:21:44 +09:00
* Run `git commit -am 'Update message catalogs'`
2016-12-14 00:54:25 +09:00
2018-01-29 00:24:30 +09:00
* `python utils/bump_version.py X.Y.Z`
2017-01-21 19:45:09 +09:00
* Check diff by `git diff`
2018-01-29 00:24:30 +09:00
* Edit CHANGES if empty section exists
* `git commit -am 'Bump to X.Y.Z final'`
* `make clean`
2016-06-05 17:26:31 +09:00
* `python setup.py release bdist_wheel sdist upload --identity=[your key]`
2017-01-22 17:30:07 +09:00
* open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors
2018-01-29 00:24:30 +09:00
* `git tag vX.Y.Z` with version number
* Merge default into X.Y branch if final major release
* `git push origin X.Y --tags`
2016-12-14 00:30:34 +09:00
* open https://readthedocs.org/dashboard/sphinx/versions/ and enable the released version
2013-12-10 10:30:44 +01:00
* Add new version/milestone to tracker categories
2018-01-29 00:24:30 +09:00
* `python utils/bump_version.py --in-develop X.Y.Zb0` (ex. 1.5.3b0)
2017-01-21 19:45:09 +09:00
* Check diff by `git diff`
2016-06-05 17:26:31 +09:00
* `git commit -am 'Bump version'`
2018-01-29 00:24:30 +09:00
* `git push origin X.Y`
2016-06-05 17:26:31 +09:00
* `git checkout master`
2018-01-29 00:24:30 +09:00
* `git merge X.Y`
2016-06-05 17:26:31 +09:00
* `git push origin master`
2016-05-29 18:54:21 +09:00
* Update `sphinx-doc-translations <https://github.com/sphinx-doc/sphinx-doc-translations>`_
2016-12-14 00:30:34 +09:00
* Write announcement and send to sphinx-dev, sphinx-users and python-announce