-
Notifications
You must be signed in to change notification settings - Fork 0
Developer Guide Release Controls
github-actions[bot] edited this page Jun 23, 2026
·
1 revision
Release control is enforced by wiki/scripts/validate_wiki.py and tests/test_wiki.py.
Before tagging a release, confirm:
-
pyproject.tomlproject version matchescaereflex/version.py. - The package version has a matching
wiki/docs/releases/<version>.mdpage. - The release page declares the current ReflexCase schema version.
-
CHANGELOG.mdcontains the package version. -
wiki/mkdocs.ymlincludes the release page in navigation. - The wiki documents all current CLI commands.
- The wiki documents all current REST routes.
- The wiki names the implemented adapters.
- The wiki contains the safe-use/do-not-claim limitations.
-
mkdocs build --strictsucceeds.
The current documentation policy is current-version wiki pages plus frozen release summary pages. Full historical documentation trees should only be added if multiple supported release lines exist.
- Home
- Architecture
- Developer-Guide
- Learning
- Reference
- Releases
- User-Guide
Synced from /wiki/docs in the main CaeReflex repository.