Skip to content

Commit d21543a

Browse files
committed
maintenance: add corrective release documentation
1 parent 9246be7 commit d21543a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/bonsai/docs/guides/development/maintenance.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ Notes:
7373

7474
- Typically all packages are released at once using the same version schema
7575
- The ``README.md`` badges can serve as a visual reference for what versions have been released
76+
- Corrective Release (if needed after a standard release):
77+
78+
- Create a new branch from the release tag (e.g., from the ``ifcopenshell-0.8.5`` tag)
79+
- Update ``VERSION`` with the ``-post1`` suffix (e.g., ``0.8.5-post1``, **not** ``.post1``)
80+
- The hyphen is required for semantic versioning compliance; Blender will not process ``.post1`` suffixes correctly
81+
- Follow the standard release process for the corrective version
7682

7783
Things to update:
7884

0 commit comments

Comments
 (0)