[]
# Version bumps are committed by the main-branch workflow, not by a release PR.
# Generate CHANGELOG.md from releasable Conventional Commits during each version bump.
= true
= false
# Release only feature, bug-fix, performance, or explicitly breaking commits.
# The final alternative also includes a BREAKING CHANGE footer in any commit type.
= '^(?:(?:feat|fix|perf)(?:\([^)]*\))?!?:|[a-z]+(?:\([^)]*\))?!:)|BREAKING[- ]CHANGE'