From fc14aac122b7d9199bbc59ff74ddaf6443a436b0 Mon Sep 17 00:00:00 2001 From: grubert Date: Sat, 3 Apr 2021 11:45:22 +0000 Subject: [PATCH] reorder git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8654 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/docs/dev/release.txt | 14 ++++++++------ 1 file 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 -- 2.11.4.GIT