Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-18 10:10:08 +0300
committerGitHub <noreply@github.com>2018-02-18 10:10:08 +0300
commit8bc3691966232baafba4fd9bb4a7ce3e979a5f71 (patch)
treec8cd5e416ae9a1705b3195da5de1330dc9dfb4d3 /utils/release-checklist
parentf8bb40ab308b5daacfe45979a4e42fa82f8ef8ed (diff)
parente9003ac07ef7b458d52aaf21a437a33127d11f93 (diff)
Merge pull request #4638 from tk0miya/fix_markup
doc: Fix markup
Diffstat (limited to 'utils/release-checklist')
-rw-r--r--utils/release-checklist6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/release-checklist b/utils/release-checklist
index 4c5ca4db6..6b2ad74c8 100644
--- a/utils/release-checklist
+++ b/utils/release-checklist
@@ -15,13 +15,13 @@ for stable releases
* open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors
* ``git tag vX.Y.Z``
* ``python utils/bump_version.py --in-develop X.Y.Zb0`` (ex. 1.5.3b0)
-* Check diff by `git diff`
+* Check diff by ``git diff``
* ``git commit -am 'Bump version'``
* ``git push origin X.Y --tags``
* ``git checkout master``
* ``git merge X.Y``
* ``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>`_
* Add new version/milestone to tracker categories
* Write announcement and send to sphinx-dev, sphinx-users and python-announce
@@ -41,7 +41,7 @@ for first beta releases
* open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors
* ``git tag vX.Y.0b1``
* ``python utils/bump_version.py --in-develop X.Y.0b2`` (ex. 1.6.0b2)
-* Check diff by `git diff``
+* Check diff by ``git diff``
* ``git commit -am 'Bump version'``
* ``git checkout -b X.Y``
* ``git push origin X.Y --tags``