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>2020-02-29 20:13:36 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-02-29 20:13:36 +0300
commitc84f7bfd572aa217cac1fd4ab457334d8d63bc1b (patch)
tree7daf68b2096d12d00698f46e4ac3ee8503c66489 /utils/release-checklist
parent201455900a5fe938a1aadb4af37a2b13aeaa44bd (diff)
parent9498dbeb30451f1ad6e143dd5270275355ab5203 (diff)
Merge branch '2.x' into 3.x
Diffstat (limited to 'utils/release-checklist')
-rw-r--r--utils/release-checklist4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/release-checklist b/utils/release-checklist
index 170b2417e..5a60e59c8 100644
--- a/utils/release-checklist
+++ b/utils/release-checklist
@@ -8,7 +8,6 @@ for stable releases
* Run ``git fetch; git status`` and check nothing changed
* ``python utils/bump_version.py X.Y.Z``
* Check diff by ``git diff``
-* Edit CHANGES if empty section exists
* ``git commit -am 'Bump to X.Y.Z final'``
* ``make clean``
* ``python setup.py release bdist_wheel sdist``
@@ -36,7 +35,6 @@ for first beta releases
* Run ``(cd sphinx/locale; tx push -s)``
* ``python utils/bump_version.py X.Y.0b1``
* Check diff by ``git diff``
-* Edit CHANGES if empty section exists
* ``git commit -am 'Bump to X.Y.0 beta1'``
* ``make clean``
* ``python setup.py release bdist_wheel sdist``
@@ -66,7 +64,6 @@ for other beta releases
* Run ``git fetch; git status`` and check nothing changed
* ``python utils/bump_version.py X.Y.0bN``
* Check diff by ``git diff``
-* Edit CHANGES if empty section exists
* ``git commit -am 'Bump to X.Y.0 betaN'``
* ``make clean``
* ``python setup.py release bdist_wheel sdist``
@@ -95,7 +92,6 @@ for major releases
* Run ``git commit -am 'Update message catalogs'``
* ``python utils/bump_version.py X.Y.0``
* Check diff by ``git diff``
-* Edit CHANGES if empty section exists
* ``git commit -am 'Bump to X.Y.0 final'``
* ``make clean``
* ``python setup.py release bdist_wheel sdist``