Skip to main content

Examples

Examples

Stable

Use practical generation patterns for previews, forced rebuilds, and one-time template overrides.

Commandcusty changelog generate

Category

Changelog

Quick Command

custy changelog generate [OPTIONS]

examplesdry-runrelease notes

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 generate

Preview generation

Inspect planned execution through the root dry-run option.

CLI
custy --dry-run changelog generate

Rebuild existing content

Request forced regeneration using current history and configuration.

CLI
custy changelog generate --force

Use 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