SF.net SVN: docutils:[9627 ] trunk/sandbox/infrastruct ure/releasing-log.txt

grubert--- via Docutils-checkins <[email protected]>
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 9627
          http://sourceforge.net/p/docutils/code/9627
Author:   grubert
Date:     2024-04-09 19:40:49 +0000 (Tue, 09 Apr 2024)
Log Message:
-----------
release log

Modified Paths:
--------------
    trunk/sandbox/infrastructure/releasing-log.txt

Modified: trunk/sandbox/infrastructure/releasing-log.txt
===================================================================
--- trunk/sandbox/infrastructure/releasing-log.txt	2024-04-09 19:40:15 UTC (rev 9626)
+++ trunk/sandbox/infrastructure/releasing-log.txt	2024-04-09 19:40:49 UTC (rev 9627)
@@ -8,6 +8,68 @@
 
 Notes on what happend while releasing.
 
+Release 0.21 (2024-04-09)
+=========================
+
+(follow docs/dev/release.txt)
+
+everything fine till ... 
+------------------------
+
+preparing docs upload
+
+  For final releases continue
+
+  * upload source and generated html to sf-htdocs/#.# ::
+ 
+      mkdir tmp1
+      cd tmp1
+      tar xzvf ../dist/docutils-0.21.tar.gz
+      cd docutils-#.#/
+      python3 tools/buildhtml.py .
+
+the sdist only contains ::
+
+  COPYING.txt  docutils  PKG-INFO  pyproject.toml
+
+on 20.1 it was ::
+
+  BUGS.txt     docutils.conf      install.py   README.txt         test
+  COPYING.txt  docutils.egg-info  licenses     RELEASE-NOTES.txt  THANKS.txt
+  docs         FAQ.txt            MANIFEST.in  setup.cfg          tools
+  docutils     HISTORY.txt        PKG-INFO     setup.py           tox.ini
+
+HACK for the release, check flit later.
+Copy following files and directories from source directory::
+
+  BUGS.txt docutils.conf FAQ.txt HISTORY.txt licenses README.txt RELEASE-NOTES.txt
+  THANKS.txt
+  docs
+  tools
+
+Stop release process before uploading source tarball to sourceforge.
+
+"flit"'s ``--use-vcs`` only works for "git" and "hg", therefore not for us.
+
+* fix: pyproject.toml
+* build new distribution: ``python -m flit build``
+* check sdist
+* copy the sdist to docutils-0.21.post1.tar.gz
+* and upload to pypi 
+
+  Error : only one sdist per release allowed.
+
+* Deleting the sdist in pypi-web-interface.
+* upload again ... worked.
+
+* Upload to sourceforge.net
+
+* commit changes: pyproject.toml, docs/dev/release.txt
+
+* set version 0.22b.dev
+
+
+
 Release 0.20.1 (2023-05-17)
 ===========================
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.