pub const RELEASE_COMMIT_PREFIX: &str = "chore(release): ";Expand description
Subject prefix anodizer stamps on its own release-machinery commits (version-sync bumps, rollback reverts). The matchers that must recognise those commits — rollback’s idempotency check, the changelog stage’s version-sync exclusion — compose their patterns from this same constant so a reworded writer can never silently break a matcher.