Examples
Examples
Stable
Use practical generation patterns for previews, forced rebuilds, and one-time template overrides.
Command
custy changelog generateCategory
Changelog
Quick Command
custy changelog generate [OPTIONS]Overview
Start with normal generation for established project configuration. Use dry-run or an explicit override when reviewing a new repository or changing generation behavior.
Common Examples
Examples
Practical command examples.
Generate with project configuration
Use the repository's configured templates, collection rules, and render settings.
CLI
custy changelog generatePreview generation
Inspect planned execution through the root dry-run option.
CLI
custy --dry-run changelog generateRebuild existing content
Request forced regeneration using current history and configuration.
CLI
custy changelog generate --forceUse a release-specific pending message
Override the pending commit-message source for one invocation.
CLI
custy changelog generate --commit-msg-file .config/custy/templates/release-commit.txt