Breaking Changes
Breaking Changes
Active
Move backward-incompatible changes into a dedicated, clearly labeled group.
Command
[tool.custy.changelog.breaking]Category
Changelog Configuration
Quick Command
[tool.custy.changelog.breaking]Propertiesâ
Properties
| Property | Type | Description | Default | Required |
|---|---|---|---|---|
enabled | Boolean | Enable active breaking-change classification and grouping. | true | No |
keywords | String array | Case-insensitive phrases searched in commit subjects and bodies. | BREAKING CHANGE, BREAKING, INCOMPATIBLE | No |
label | String | Configured section title retained in the breaking settings. Type mapping also defines the displayed breaking group title. | â ī¸ Breaking Changes | No |
Generated breaking configuration
toml[tool.custy.changelog.breaking]
enabled = true
keywords = ["BREAKING CHANGE", "BREAKING", "INCOMPATIBLE"]
label = "â ī¸ Breaking Changes"