SF.net SVN: docutils:[10123] trunk
grubert--- via Docutils-checkins <[email protected]> Tue, 06 May 2025 17:09:08 +0000
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 10123
http://sourceforge.net/p/docutils/code/10123
Author: grubert
Date: 2025-05-06 17:09:06 +0000 (Tue, 06 May 2025)
Log Message:
-----------
relase 0.22rc1 log and doc
Modified Paths:
--------------
trunk/docutils/docs/dev/release.rst
trunk/sandbox/infrastructure/releasing-log.rst
Modified: trunk/docutils/docs/dev/release.rst
===================================================================
--- trunk/docutils/docs/dev/release.rst 2025-05-06 17:03:27 UTC (rev 10122)
+++ trunk/docutils/docs/dev/release.rst 2025-05-06 17:09:06 UTC (rev 10123)
@@ -24,12 +24,23 @@
Consider **feature freeze** or/and **check-in freeze** .
-* Update RELEASE-NOTES.rst add section ``Release <version>``.
+* set_version.sh does not change HISTORY.rst and RELEASE-NOTES.rst.
+
+ Why ? Maybe because the underline of the section needs to be changed anyway
+ and personally I like to look around.
+ Maybe change this.
+
+* Change HISTORY.rst title ``Release <version> (unublished)``:
+
+ Change the version insert date for unpublished.
+
+* Update RELEASE-NOTES.rst add section ``Release <version> (unpublished)``.
+
+ Change the version insert date for unpublished.
+
Consult HISTORY.rst for important changes.
-* Change HISTORY.rst title ``Changes Since <previous release>`` to ``Release <version>``.
-
* Set new version (replace ``<version>`` with the new version indentifier
and ``<docutils-repository-root>`` with the dir containing
``HISTORY.rst`` and ``RELEASE-NOTES.rst``)::
@@ -68,6 +79,10 @@
check file sizes: the 0.21.2 wheel was 574K the sdist 2,2M.
+* TODO: Test the wheel in local environment.
+
+ Uploads to pypi/test.pypi can not be overwritten, require a new version.
+
* Upload wheel and source to test.pypi.
Set repository and key in ~/.pypirc with a <server-name> and
@@ -83,6 +98,7 @@
pip install --index-url https://test.pypi.org/simple/ --no-deps docutils
+ # CAUTION copy test from modified not yet committed source tree.
cp -Lr ../docutils-code/docutils/test .
python test/alltests.py
Modified: trunk/sandbox/infrastructure/releasing-log.rst
===================================================================
--- trunk/sandbox/infrastructure/releasing-log.rst 2025-05-06 17:03:27 UTC (rev 10122)
+++ trunk/sandbox/infrastructure/releasing-log.rst 2025-05-06 17:09:06 UTC (rev 10123)
@@ -8,6 +8,15 @@
Notes on what happend while releasing.
+Release 0.22rc1 (2025-05-06)
+============================
+
+Follow docs/release.rst.
+
+* Change release.rst: TODOs, MAYBEs and new section format.
+
+* test source from test.pypi breaks like before.
+
Release 0.22b0.dev0 (2024-08-14)
================================
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.