summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-04-03 11:45:22 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-04-03 11:45:22 +0000
commit4a8f7ea3ea698faa1db719c80d24c350540664bd (patch)
tree95a38b39c14c843c2bee6b8840e9d38b0e808eb0 /docutils/docs/dev
parent1d39aefdb54e5e0c19b73af88ae814a34f3ad357 (diff)
downloaddocutils-4a8f7ea3ea698faa1db719c80d24c350540664bd.tar.gz
reorder
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8654 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/release.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/docutils/docs/dev/release.txt b/docutils/docs/dev/release.txt
index bcaed80cc..8923413d2 100644
--- a/docutils/docs/dev/release.txt
+++ b/docutils/docs/dev/release.txt
@@ -74,6 +74,14 @@ Releasing (post 2020)
python -m pip uninstall docutils
deactivate ; cd .. ; rm -r du3
+* Commit changes ... the changed version number.
+
+* tag 0.## (Note: only directory docutils is copied)::
+
+ svn copy svn+ssh://grubert@svn.code.sf.net/p/docutils/code/trunk/docutils \
+ svn+ssh://grubert@svn.code.sf.net/p/docutils/code/tags/docutils-0.## \
+ -m "tagging release 0.##"
+
* Now upload to pypi::
python3 -m twine upload dist/docutils-0.##*
@@ -98,12 +106,6 @@ Releasing (post 2020)
* Notify to docutils-developer and user.
-* tag 0.## (Note: only directory docutils is copied)::
-
- svn copy svn+ssh://grubert@svn.code.sf.net/p/docutils/code/trunk/docutils \
- svn+ssh://grubert@svn.code.sf.net/p/docutils/code/tags/docutils-0.## \
- -m "tagging release 0.##"
-
* upload doc/0.## ::
mkdir tmp1