Lewati ke konten utama

Breaking Changes

Breaking Changes

Active

Pindahkan backward-incompatible changes ke dedicated group dengan label yang jelas.

Command[tool.custy.changelog.breaking]

Category

Changelog Configuration

Quick Command

[tool.custy.changelog.breaking]

keywordsclassificationlabel

Properties​

Properties

PropertyTypeDescriptionDefaultRequired
enabledBooleanAktifkan breaking-change classification dan grouping.trueNo
keywordsString arrayCase-insensitive phrases yang dicari dalam commit subjects dan bodies.BREAKING CHANGE, BREAKING, INCOMPATIBLENo
labelStringConfigured section title dalam breaking settings. Type mapping juga menentukan displayed breaking group title.âš ī¸ Breaking ChangesNo
Generated breaking configuration
toml
[tool.custy.changelog.breaking]
enabled = true
keywords = ["BREAKING CHANGE", "BREAKING", "INCOMPATIBLE"]
label = "âš ī¸ Breaking Changes"

Lanjutkan