Configuration
Configuration
Advanced
Pahami kelompok pengaturan yang membentuk output changelog.
Command
custy changelog generateCategory
Changelog
Quick Command
custy changelog generateRingkasan
Konfigurasi aktif berada di .config/custy/config.toml. File dalam app/templates/ adalah source template internal yang disalin oleh custy init, bukan file yang diedit pengguna.
Changelog Configuration Groups
| Property | Type | Description | Default | Required |
|---|---|---|---|---|
[tool.custy.cli.changelog] | CLI defaults | Default direct command seperti force generation. | - | No |
[tool.custy.cli.templates.file] | Paths | Path template changelog dan commit message. | - | No |
[tool.custy.changelog.core] | Collection | Eligible commits, merge commits, dan ignored types. | - | No |
[tool.custy.changelog.pending_commit] | Active + loaded only | Pending-message collection dan pengaturan terkait. | - | No |
[tool.custy.changelog.cleaning] | Presentation | Hapus template-only content sebelum rendering. | - | No |
[tool.custy.changelog.release] | Release behavior | Release recognition dan perilaku level release. | - | No |
[tool.custy.changelog.release_behavior] | Overrides | Version-specific release overrides. | - | No |
[tool.custy.changelog.links] | Links | Repository, release, dan comparison URLs. | - | No |
[tool.custy.changelog.render] | Rendering | Titles, summaries, grouping, metadata, statistics, dan footer. | - | No |
[tool.custy.changelog.breaking] | Classification | Breaking-change handling. | - | No |
[tool.custy.changelog.scope_map] | Display mapping | Pemetaan scope ke display label. | - | No |
[tool.custy.changelog.type_map] | Display mapping | Pemetaan dan urutan commit type. | - | No |
[tool.custy.changelog.advanced] | Experimental | Experimental changelog behavior. | - | No |
Example Configuration
[tool.custy.cli.changelog]
force_generation = false
[tool.custy.changelog.core]
ignore_merge_commits = true
ignore_types = ["chore"]
[tool.custy.changelog.pending_commit]
enabled = true
generation = "regenerate"
placement = "before"
[tool.custy.changelog.render]
group_by_scope = true
deduplicate = true
show_compare_link = true
Detailed Property Reference
Lihat configuration overview, core, releases, dan rendering.