Skip to main content

Changelog Command

Changelog Command

Active

Configure whether generation proceeds when no new commits or releases are detected.

Command[tool.custy.cli.changelog]

Category

CLI Configuration

Quick Command

force_generation = false

force generationcommand behaviorCHANGELOG.md

Properties​

Properties

PropertyTypeDescriptionDefaultRequired
force_generationBooleanAllow changelog generation to proceed when normal change detection would not find new releases or commits.falseNo
Generated default
toml
[tool.custy.cli.changelog]
force_generation = false

Continue