mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
commit
4f0e83306e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user