Release Process¶
The Playbook is versioned so readers know which content is draft, current, deprecated, or retired.
Release Checklist¶
- Confirm required pages have complete metadata.
- Confirm
mkdocs.ymlnavigation matches the intended release. - Run
mkdocs build --strict. - Update
CHANGELOG.md. - Update version references where required.
- Tag the release after approval.
Changelog Rules¶
Use these categories:
AddedChangedDeprecatedRemovedFixedSecurity
Versioning¶
Use MAJOR.MINOR.PATCH where practical.
MAJOR: major Playbook restructuring or incompatible governance changes.MINOR: new approved sections, standards, or substantial content.PATCH: corrections, clarifications, and maintenance updates.