mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update release-checklist
This commit is contained in:
parent
5e688615a4
commit
c9890cb653
@ -38,7 +38,8 @@ for first beta releases
|
|||||||
* Edit CHANGES if empty section exists
|
* Edit CHANGES if empty section exists
|
||||||
* ``git commit -am 'Bump to X.Y.0 beta1'``
|
* ``git commit -am 'Bump to X.Y.0 beta1'``
|
||||||
* ``make clean``
|
* ``make clean``
|
||||||
* ``python setup.py release bdist_wheel sdist upload --identity=[your key]``
|
* ``python setup.py release bdist_wheel sdist``
|
||||||
|
* ``twine upload dist/<Sphinx-X.Y.Z files> --sign --identity [your GPG key]``
|
||||||
* open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors
|
* open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors
|
||||||
* ``git tag vX.Y.0b1``
|
* ``git tag vX.Y.0b1``
|
||||||
* ``python utils/bump_version.py --in-develop X.Y.0b2`` (ex. 1.6.0b2)
|
* ``python utils/bump_version.py --in-develop X.Y.0b2`` (ex. 1.6.0b2)
|
||||||
@ -66,7 +67,8 @@ for other beta releases
|
|||||||
* Edit CHANGES if empty section exists
|
* Edit CHANGES if empty section exists
|
||||||
* ``git commit -am 'Bump to X.Y.0 betaN'``
|
* ``git commit -am 'Bump to X.Y.0 betaN'``
|
||||||
* ``make clean``
|
* ``make clean``
|
||||||
* ``python setup.py release bdist_wheel sdist upload --identity=[your key]``
|
* ``python setup.py release bdist_wheel sdist``
|
||||||
|
* ``twine upload dist/<Sphinx-X.Y.Z files> --sign --identity [your GPG key]``
|
||||||
* open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors
|
* open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors
|
||||||
* ``git tag vX.Y.0bN``
|
* ``git tag vX.Y.0bN``
|
||||||
* ``python utils/bump_version.py --in-develop X.Y.0bM`` (ex. 1.6.0b3)
|
* ``python utils/bump_version.py --in-develop X.Y.0bM`` (ex. 1.6.0b3)
|
||||||
@ -94,7 +96,8 @@ for major releases
|
|||||||
* Edit CHANGES if empty section exists
|
* Edit CHANGES if empty section exists
|
||||||
* ``git commit -am 'Bump to X.Y.0 final'``
|
* ``git commit -am 'Bump to X.Y.0 final'``
|
||||||
* ``make clean``
|
* ``make clean``
|
||||||
* ``python setup.py release bdist_wheel sdist upload --identity=[your key]``
|
* ``python setup.py release bdist_wheel sdist``
|
||||||
|
* ``twine upload dist/<Sphinx-X.Y.Z files> --sign --identity [your GPG key]``
|
||||||
* open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors
|
* open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors
|
||||||
* ``git tag vX.Y.0``
|
* ``git tag vX.Y.0``
|
||||||
* ``python utils/bump_version.py --in-develop X.Y.1b0`` (ex. 1.6.1b0)
|
* ``python utils/bump_version.py --in-develop X.Y.1b0`` (ex. 1.6.1b0)
|
||||||
|
Loading…
Reference in New Issue
Block a user