Update release-checklist

This commit is contained in:
Takeshi KOMIYA 2017-01-22 17:30:07 +09:00
parent f3135280e3
commit 2c91a52418

View File

@ -15,7 +15,7 @@ Release checklist
* `make clean`
* `python setup.py compile_grammar`
* `python setup.py release bdist_wheel sdist upload --identity=[your key]`
* Check PyPI release page for obvious errors
* open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors
* `git tag x.y.z` with version number
* Merge default into stable if final major release
* `git push origin stable --tags`