This repository deploys by publishing immutable Git tags consumed by other repositories for reusable workflows and tooling.
- Move workflow references to the new tag.
- Run consumer CI in advisory mode if the release introduces new gates.
- Promote to fail-closed mode after remediation of warnings.
- Breaking enforcement changes must be documented in
CHANGELOG.md. - Version bumps should follow semantic versioning.
- Re-pin consumers to the previous known-good tag.
- Re-run consumer CI to verify restored behavior.
- Open a follow-up issue in this repository with failure details and impacted workflows.