2013-12-10 03:30:44 -06:00
|
|
|
Release checklist
|
|
|
|
=================
|
|
|
|
|
2018-02-06 08:19:25 -06:00
|
|
|
for stable releases
|
|
|
|
-------------------
|
|
|
|
|
2021-01-04 06:11:58 -06:00
|
|
|
* open "https://github.com/sphinx-doc/sphinx/actions?query=branch:X.Y.x" and all tests has passed
|
2018-02-16 06:06:46 -06:00
|
|
|
* Run ``git fetch; git status`` and check nothing changed
|
|
|
|
* ``python utils/bump_version.py X.Y.Z``
|
|
|
|
* Check diff by ``git diff``
|
|
|
|
* ``git commit -am 'Bump to X.Y.Z final'``
|
|
|
|
* ``make clean``
|
2022-04-16 15:38:39 -05:00
|
|
|
* ``python -m build .``
|
2020-02-23 01:35:43 -06:00
|
|
|
* ``twine upload dist/Sphinx-* --sign --identity [your GPG key]``
|
2018-04-18 21:51:48 -05:00
|
|
|
* open https://pypi.org/project/Sphinx/ and check there are no obvious errors
|
2020-02-23 21:21:38 -06:00
|
|
|
* ``sh utils/bump_docker.sh X.Y.Z``
|
2022-09-24 15:58:10 -05:00
|
|
|
* ``git tag vX.Y.Z -m "Sphinx X.Y.Z"``
|
2018-02-16 06:06:46 -06:00
|
|
|
* ``python utils/bump_version.py --in-develop X.Y.Zb0`` (ex. 1.5.3b0)
|
2018-02-17 21:40:46 -06:00
|
|
|
* Check diff by ``git diff``
|
2018-02-16 06:06:46 -06:00
|
|
|
* ``git commit -am 'Bump version'``
|
2021-01-07 10:25:24 -06:00
|
|
|
* ``git push origin X.Y.x --tags``
|
|
|
|
* ``git checkout X.x``
|
|
|
|
* ``git merge X.Y.x``
|
|
|
|
* ``git push origin X.x``
|
2018-02-06 08:19:25 -06:00
|
|
|
* Add new version/milestone to tracker categories
|
|
|
|
* Write announcement and send to sphinx-dev, sphinx-users and python-announce
|
2017-04-28 10:54:58 -05:00
|
|
|
|
2018-02-06 08:19:25 -06:00
|
|
|
for first beta releases
|
|
|
|
-----------------------
|
2017-04-28 10:54:58 -05:00
|
|
|
|
2021-01-04 06:11:58 -06:00
|
|
|
* open "https://github.com/sphinx-doc/sphinx/actions?query=branch:master" and all tests has passed
|
2018-02-16 06:06:46 -06:00
|
|
|
* Run ``git fetch; git status`` and check nothing changed
|
|
|
|
* ``python utils/bump_version.py X.Y.0b1``
|
|
|
|
* Check diff by ``git diff``
|
|
|
|
* ``git commit -am 'Bump to X.Y.0 beta1'``
|
|
|
|
* ``make clean``
|
2022-04-16 15:38:39 -05:00
|
|
|
* ``python -m build .``
|
2020-02-23 01:35:43 -06:00
|
|
|
* ``twine upload dist/Sphinx-* --sign --identity [your GPG key]``
|
2018-04-18 21:51:48 -05:00
|
|
|
* open https://pypi.org/project/Sphinx/ and check there are no obvious errors
|
2022-09-24 15:58:10 -05:00
|
|
|
* ``git tag vX.Y.0b1 -m "Sphinx X.Y.0b1"``
|
2018-02-16 06:06:46 -06:00
|
|
|
* ``python utils/bump_version.py --in-develop X.Y.0b2`` (ex. 1.6.0b2)
|
2018-02-17 21:40:46 -06:00
|
|
|
* Check diff by ``git diff``
|
2018-02-16 06:06:46 -06:00
|
|
|
* ``git commit -am 'Bump version'``
|
2021-01-07 10:25:24 -06:00
|
|
|
* ``git checkout -b X.x``
|
|
|
|
* ``git push origin X.x --tags``
|
2018-02-16 06:06:46 -06:00
|
|
|
* ``git checkout master``
|
2021-01-07 10:25:24 -06:00
|
|
|
* ``git merge X.x``
|
2018-02-16 06:06:46 -06:00
|
|
|
* ``python utils/bump_version.py --in-develop A.B.0b0`` (ex. 1.7.0b0)
|
|
|
|
* Check diff by ``git diff``
|
|
|
|
* ``git commit -am 'Bump version'``
|
|
|
|
* ``git push origin master``
|
2018-02-12 07:54:38 -06:00
|
|
|
* open https://github.com/sphinx-doc/sphinx/settings/branches and make ``X.Y`` branch protected
|
2018-02-06 08:19:25 -06:00
|
|
|
* Add new version/milestone to tracker categories
|
|
|
|
* Write announcement and send to sphinx-dev, sphinx-users and python-announce
|
2016-12-13 09:54:25 -06:00
|
|
|
|
2018-02-06 08:19:25 -06:00
|
|
|
for other beta releases
|
|
|
|
-----------------------
|
2016-12-13 09:54:25 -06:00
|
|
|
|
2021-01-04 06:11:58 -06:00
|
|
|
* open "https://github.com/sphinx-doc/sphinx/actions?query=branch:X.x" and all tests has passed
|
2018-02-16 06:06:46 -06:00
|
|
|
* Run ``git fetch; git status`` and check nothing changed
|
|
|
|
* ``python utils/bump_version.py X.Y.0bN``
|
|
|
|
* Check diff by ``git diff``
|
|
|
|
* ``git commit -am 'Bump to X.Y.0 betaN'``
|
|
|
|
* ``make clean``
|
2022-04-16 15:38:39 -05:00
|
|
|
* ``python -m build .``
|
2020-02-23 01:35:43 -06:00
|
|
|
* ``twine upload dist/Sphinx-* --sign --identity [your GPG key]``
|
2018-04-18 21:51:48 -05:00
|
|
|
* open https://pypi.org/project/Sphinx/ and check there are no obvious errors
|
2022-09-24 15:58:10 -05:00
|
|
|
* ``git tag vX.Y.0bN -m "Sphinx X.Y.0bN"``
|
2018-02-16 06:06:46 -06:00
|
|
|
* ``python utils/bump_version.py --in-develop X.Y.0bM`` (ex. 1.6.0b3)
|
|
|
|
* Check diff by `git diff``
|
|
|
|
* ``git commit -am 'Bump version'``
|
2021-01-07 10:25:24 -06:00
|
|
|
* ``git push origin X.x --tags``
|
2018-02-16 06:06:46 -06:00
|
|
|
* ``git checkout master``
|
2021-01-07 10:25:24 -06:00
|
|
|
* ``git merge X.x``
|
2018-02-16 06:06:46 -06:00
|
|
|
* ``git push origin master``
|
2018-02-06 08:19:25 -06:00
|
|
|
* Add new version/milestone to tracker categories
|
|
|
|
* Write announcement and send to sphinx-dev, sphinx-users and python-announce
|
|
|
|
|
|
|
|
for major releases
|
|
|
|
------------------
|
|
|
|
|
2021-01-04 06:11:58 -06:00
|
|
|
* open "https://github.com/sphinx-doc/sphinx/actions?query=branch:X.x" and all tests has passed
|
2018-02-16 06:06:46 -06:00
|
|
|
* Run ``git fetch; git status`` and check nothing changed
|
|
|
|
* Run ``git add sphinx``
|
|
|
|
* Run ``git commit -am 'Update message catalogs'``
|
|
|
|
* ``python utils/bump_version.py X.Y.0``
|
|
|
|
* Check diff by ``git diff``
|
|
|
|
* ``git commit -am 'Bump to X.Y.0 final'``
|
|
|
|
* ``make clean``
|
2022-04-16 15:38:39 -05:00
|
|
|
* ``python -m build .``
|
2020-02-23 01:35:43 -06:00
|
|
|
* ``twine upload dist/Sphinx-* --sign --identity [your GPG key]``
|
2018-04-18 21:51:48 -05:00
|
|
|
* open https://pypi.org/project/Sphinx/ and check there are no obvious errors
|
2020-02-23 21:21:38 -06:00
|
|
|
* ``sh utils/bump_docker.sh X.Y.Z``
|
2022-09-24 15:58:10 -05:00
|
|
|
* ``git tag vX.Y.0 -m "Sphinx X.Y.0"``
|
2018-02-16 06:06:46 -06:00
|
|
|
* ``python utils/bump_version.py --in-develop X.Y.1b0`` (ex. 1.6.1b0)
|
|
|
|
* Check diff by ``git diff``
|
|
|
|
* ``git commit -am 'Bump version'``
|
2021-01-07 10:25:24 -06:00
|
|
|
* ``git push origin X.x --tags``
|
2018-02-16 06:06:46 -06:00
|
|
|
* ``git checkout master``
|
2021-01-07 10:25:24 -06:00
|
|
|
* ``git merge X.x``
|
2018-02-16 06:06:46 -06:00
|
|
|
* ``git push origin master``
|
2018-02-12 07:54:38 -06:00
|
|
|
* open https://github.com/sphinx-doc/sphinx/settings/branches and make ``A.B`` branch *not* protected
|
2018-02-16 06:06:46 -06:00
|
|
|
* ``git checkout A.B`` (checkout old stable)
|
2022-09-24 15:58:10 -05:00
|
|
|
* Run ``git tag A.B -m "Sphinx A.B"`` to paste a tag instead branch
|
2018-02-16 06:06:46 -06:00
|
|
|
* Run ``git push origin :A.B --tags`` to remove old stable branch
|
2018-02-06 08:19:25 -06:00
|
|
|
* open https://readthedocs.org/dashboard/sphinx/versions/ and enable the released version
|
2018-01-28 09:24:30 -06:00
|
|
|
* Add new version/milestone to tracker categories
|
2016-12-13 09:30:34 -06:00
|
|
|
* Write announcement and send to sphinx-dev, sphinx-users and python-announce
|