Merge pull request #7203 from tk0miya/update_release_checklist

release-checklist: An update of doc-translations is no longer needed
This commit is contained in:
Takeshi KOMIYA 2020-02-23 16:51:27 +09:00 committed by GitHub
commit 4f0e83306e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,6 @@ for stable releases
* ``git checkout master`` * ``git checkout master``
* ``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>`_
* Add new version/milestone to tracker categories * 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
@ -56,7 +55,6 @@ for first beta releases
* ``git commit -am 'Bump version'`` * ``git commit -am 'Bump version'``
* ``git push origin master`` * ``git push origin master``
* open https://github.com/sphinx-doc/sphinx/settings/branches and make ``X.Y`` branch protected * 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 * 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
@ -82,7 +80,6 @@ for other beta releases
* ``git checkout master`` * ``git checkout master``
* ``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>`_
* Add new version/milestone to tracker categories * 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
@ -117,6 +114,5 @@ for major releases
* Run ``git tag A.B`` to paste a tag instead branch * Run ``git tag A.B`` to paste a tag instead branch
* Run ``git push origin :A.B --tags`` to remove old stable 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 * 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 * 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