Skip to main content

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]

merge commitsignored typescollection

Properties​

Properties

PropertyTypeDescriptionDefaultRequired
ignore_merge_commitsBooleanExclude subjects beginning with merge-style history before later processing.trueNo
ignore_typesString arrayExclude 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"]

Continue