Update release checklist (again)

This commit is contained in:
Takeshi KOMIYA 2018-01-29 00:24:30 +09:00
parent cb529a81e1
commit 35f05bdc7e

View File

@ -21,11 +21,10 @@ Release checklist
* `make clean` * `make clean`
* `python setup.py release bdist_wheel sdist upload --identity=[your key]` * `python setup.py release bdist_wheel sdist upload --identity=[your key]`
* open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors * open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors
* `git tag vX.Y.Z` with version number * `git tag vX.Y.Z`
* Merge default into X.Y branch if final major release * Merge default into X.Y branch if final major release
* `git push origin X.Y --tags` * `git push origin X.Y --tags`
* open https://readthedocs.org/dashboard/sphinx/versions/ and enable the released version * open https://readthedocs.org/dashboard/sphinx/versions/ and enable the released version
* Add new version/milestone to tracker categories
* `python utils/bump_version.py --in-develop X.Y.Zb0` (ex. 1.5.3b0) * `python utils/bump_version.py --in-develop X.Y.Zb0` (ex. 1.5.3b0)
* Check diff by `git diff` * Check diff by `git diff`
* `git commit -am 'Bump version'` * `git commit -am 'Bump version'`
@ -34,4 +33,5 @@ Release checklist
* `git merge X.Y` * `git merge X.Y`
* `git push origin master` * `git push origin master`
* Update `sphinx-doc-translations <https://github.com/sphinx-doc/sphinx-doc-translations>`_ * Update `sphinx-doc-translations <https://github.com/sphinx-doc/sphinx-doc-translations>`_
* Add new version/milestone to tracker categories
* Write announcement and send to sphinx-dev, sphinx-users and python-announce * Write announcement and send to sphinx-dev, sphinx-users and python-announce