Core Collection
Core Collection
Active
Exclude commits before cleaning, grouping, release processing, and rendering.
Command
[tool.custy.changelog.core]Category
Changelog Configuration
Quick Command
[tool.custy.changelog.core]Propertiesâ
Properties
| Property | Type | Description | Default | Required |
|---|---|---|---|---|
ignore_merge_commits | Boolean | Exclude subjects beginning with merge-style history before later processing. | true | No |
ignore_types | String array | Exclude commits whose parsed Conventional Commit type matches an entry, case-insensitively. | ["chore"] | No |
Generated collection rules
toml[tool.custy.changelog.core]
ignore_merge_commits = true
ignore_types = ["chore"]