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:
@@ -6,17 +6,20 @@ Release checklist
|
|||||||
* Run `tx pull -a -f` in sphinx/locale if final major release
|
* Run `tx pull -a -f` in sphinx/locale if final major release
|
||||||
* Update version info in sphinx/__init__.py
|
* Update version info in sphinx/__init__.py
|
||||||
* Update release date in CHANGES
|
* Update release date in CHANGES
|
||||||
* `git commit`
|
* `git commit -am 'Bump to x.y.z final'`
|
||||||
* `make clean`
|
* `make clean`
|
||||||
* `python setup.py release bdist_wheel sdist upload --identify=[your key]`
|
* `python setup.py release bdist_wheel sdist upload --identity=[your key]`
|
||||||
* Check PyPI release page for obvious errors
|
* Check PyPI release page for obvious errors
|
||||||
* `git tag` with version number
|
* `git tag` with version number
|
||||||
* Merge default into stable if final major release
|
* Merge default into stable if final major release
|
||||||
* `git push stable --tags`
|
* `git push origin stable --tags`
|
||||||
* Open https://readthedocs.org/dashboard/sphinx/versions/ and enable the released version
|
* Open https://readthedocs.org/dashboard/sphinx/versions/ and enable the released version
|
||||||
* 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
|
||||||
* Update version info, add new CHANGES entry for next version
|
* Update version info, add new CHANGES entry for next version
|
||||||
* `git commit`
|
* `git commit -am 'Bump version'`
|
||||||
* `git push`
|
* `git push origin stable`
|
||||||
|
* `git checkout master`
|
||||||
|
* `git merge stable`
|
||||||
|
* `git push origin master`
|
||||||
* Update `sphinx-doc-translations <https://github.com/sphinx-doc/sphinx-doc-translations>`_
|
* Update `sphinx-doc-translations <https://github.com/sphinx-doc/sphinx-doc-translations>`_
|
||||||
|
|||||||
Reference in New Issue
Block a user