Core Collection
Core Collection
Active
Kecualikan commits sebelum cleaning, grouping, release processing, dan 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 | Kecualikan subjects yang diawali merge-style history sebelum processing berikutnya. | true | No |
ignore_types | String array | Kecualikan commits dengan parsed Conventional Commit type yang cocok secara case-insensitive. | ["chore"] | No |
Generated collection rules
toml[tool.custy.changelog.core]
ignore_merge_commits = true
ignore_types = ["chore"]