Merge branch 'update_release_checklist' into 2.4.x

This commit is contained in:
Takeshi KOMIYA 2020-02-23 18:58:27 +09:00
commit 2bac500eaa

View File

@ -22,7 +22,6 @@ for stable releases
* ``git checkout master``
* ``git merge X.Y``
* ``git push origin master``
* 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
@ -54,7 +53,6 @@ for first beta releases
* ``git commit -am 'Bump version'``
* ``git push origin master``
* open https://github.com/sphinx-doc/sphinx/settings/branches and make ``X.Y`` branch protected
* 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
@ -79,7 +77,6 @@ for other beta releases
* ``git checkout master``
* ``git merge X.Y``
* ``git push origin master``
* 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
@ -113,6 +110,5 @@ for major releases
* Run ``git tag A.B`` to paste a tag instead branch
* Run ``git push origin :A.B --tags`` to remove old stable branch
* open https://readthedocs.org/dashboard/sphinx/versions/ and enable the released version
* 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