From 35f05bdc7e1000a56bf945ae44d3c6da27bd315b Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Mon, 29 Jan 2018 00:24:30 +0900 Subject: [PATCH] Update release checklist (again) --- utils/release-checklist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/release-checklist b/utils/release-checklist index cf3808e09..fa537014f 100644 --- a/utils/release-checklist +++ b/utils/release-checklist @@ -21,11 +21,10 @@ Release checklist * `make clean` * `python setup.py release bdist_wheel sdist upload --identity=[your key]` * open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors -* `git tag vX.Y.Z` with version number +* `git tag vX.Y.Z` * Merge default into X.Y branch if final major release * `git push origin X.Y --tags` * open https://readthedocs.org/dashboard/sphinx/versions/ and enable the released version -* Add new version/milestone to tracker categories * `python utils/bump_version.py --in-develop X.Y.Zb0` (ex. 1.5.3b0) * Check diff by `git diff` * `git commit -am 'Bump version'` @@ -34,4 +33,5 @@ Release checklist * `git merge X.Y` * `git push origin master` * Update `sphinx-doc-translations `_ +* Add new version/milestone to tracker categories * Write announcement and send to sphinx-dev, sphinx-users and python-announce