diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-12-14 00:30:34 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-12-14 00:30:34 +0900 |
| commit | 07d30ec01d78914b00cc94ee7761ba57617dfba2 (patch) | |
| tree | 0f3453c16bf71939e549937dc1002d4fd3ac7406 /utils/release-checklist | |
| parent | 6bb903058052390be5eedeb4941c4e31c3c75465 (diff) | |
| download | sphinx-git-07d30ec01d78914b00cc94ee7761ba57617dfba2.tar.gz | |
Update release-checklist
Diffstat (limited to 'utils/release-checklist')
| -rw-r--r-- | utils/release-checklist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/release-checklist b/utils/release-checklist index 78e9323b2..184fed3fb 100644 --- a/utils/release-checklist +++ b/utils/release-checklist @@ -1,7 +1,7 @@ Release checklist ================= -* Open https://travis-ci.org/sphinx-doc/sphinx/branches and check stable branch is green +* open https://travis-ci.org/sphinx-doc/sphinx/branches and check stable branch is green * Check `git status` * Run `make style-check` * Run `tx pull -a -f` in sphinx/locale if final major release @@ -13,12 +13,11 @@ Release checklist * `python setup.py compile_grammar` * `python setup.py release bdist_wheel sdist upload --identity=[your key]` * Check PyPI release page for obvious errors -* `git tag` with version number +* `git tag x.y.z` with version number * Merge default into stable if final major release * `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 -* Write announcement and send to sphinx-dev, sphinx-users and python-announce * Update version info, add new CHANGES entry for next version * `git commit -am 'Bump version'` * `git push origin stable` @@ -26,3 +25,4 @@ Release checklist * `git merge stable` * `git push origin master` * Update `sphinx-doc-translations <https://github.com/sphinx-doc/sphinx-doc-translations>`_ +* Write announcement and send to sphinx-dev, sphinx-users and python-announce |
