mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge branch 'update_release_checklist' into 2.4.x
This commit is contained in:
commit
2bac500eaa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user