From e99f85f9a660586a8e553b9271eff8139e2d1244 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 15 Apr 2026 10:46:12 +0500 Subject: [PATCH] maintenance: add corrective release documentation --- src/bonsai/docs/guides/development/maintenance.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/bonsai/docs/guides/development/maintenance.rst b/src/bonsai/docs/guides/development/maintenance.rst index f0d9796e12..5740132347 100644 --- a/src/bonsai/docs/guides/development/maintenance.rst +++ b/src/bonsai/docs/guides/development/maintenance.rst @@ -73,6 +73,12 @@ Notes: - Typically all packages are released at once using the same version schema - The ``README.md`` badges can serve as a visual reference for what versions have been released +- Corrective Release (if needed after a standard release): + + - Create a new branch from the release tag (e.g., from the ``ifcopenshell-0.8.5`` tag) + - Update ``VERSION`` with the ``-post1`` suffix (e.g., ``0.8.5-post1``, **not** ``.post1``) + - The hyphen is required for semantic versioning compliance; Blender will not process ``.post1`` suffixes correctly + - Follow the standard release process for the corrective version Things to update: