From: <gr...@us...> - 2025-06-17 13:10:11
|
Revision: 10175 http://sourceforge.net/p/docutils/code/10175 Author: grubert Date: 2025-06-17 13:10:08 +0000 (Tue, 17 Jun 2025) Log Message: ----------- release candidate log Modified Paths: -------------- trunk/sandbox/infrastructure/releasing-log.rst Modified: trunk/sandbox/infrastructure/releasing-log.rst =================================================================== --- trunk/sandbox/infrastructure/releasing-log.rst 2025-06-17 13:09:39 UTC (rev 10174) +++ trunk/sandbox/infrastructure/releasing-log.rst 2025-06-17 13:10:08 UTC (rev 10175) @@ -1,5 +1,6 @@ -Releasing -========= +=========== + Releasing +=========== :Contact: gr...@us..., doc...@us... :Revision: $Revision$ @@ -8,6 +9,62 @@ Notes on what happend while releasing. + +Release 0.22rc4 (2025-06-17) +============================ + +Follow docs/release.rst. + +* checkout current code +* run: tox -epy312 +* set_version 022rc4 +* run: tox -epy313 : fail +* fix the version_info release to True +* run: tox -epy314 +* Check README, HISTORY and RELEASE-NOTES titles. +* run: tox -epy39 +* check: svn di +* svn commit +* run: tox -epy310 +* build wheel and tgz +* test wheel locally: ignore missing HISTORY +* test src.tgz locally: ignore missing HISTORY +* upload to pypi +* remove all docutils wheels from pip cache +* test wheel from pypi, do not forget --pre argument to get the pre-release + ignore missing HISTORY.rst +* test src.tgz from pypi: ignore missing HISTORY +* send notification emails +* update code in working directory +* run tox : pass 39, 311, 312, 313 +* set_version 0.22rc5.dev +* check docutils/__init__ : was Fale ... good +* run: tox -epy314 +* Check README, HISTORY and RELEASE-NOTES titles. +* Check: svn di +* commit +* run: sandbox/infrastructure/docutils-update.local + + + +Release 0.22rc3 (2025-06-10) +============================ + +Follow docs/release.rst. + +* Change release.rst: + + - test locally. + - Skip upload to test-pypi. + +* test source from pypi. + + In a virtual environment:: + + pip install --pre --no-binary docutils docutils + ... + + Release 0.22rc2 (2025-05-22) ============================ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |