Requirements
Requirements
Required Review
Prepare repository history, templates, configuration, and file access before generating release notes.
Command
custy changelog generateCategory
Changelog
Quick Command
custy changelog generateOverviewâ
Changelog generation depends on local repository history and the files selected by the resolved Custy configuration. Confirm these inputs before writing the project changelog.
Generation Requirements
Requirements
Custy Installation
Custy must be available in the environment used for the intended repository.
Git Repository
Run the command inside the repository whose history should become release notes.
Local History and Tags
Make the relevant commits and release tags available locally so boundaries can be resolved.
Structured Commit Messages
Use messages that provide enough type, scope, and breaking-change information for the configured parser.
Pending Message Template
The configured commit-message template must exist when pending-commit integration is enabled.
Writable Output Path
The process must be able to create or update the configured CHANGELOG.md path.
Recommended Preflight
Terminal
bashgit status
git tag --list
custy --dry-run changelog generateProject configuration is optional because Custy provides defaults, but running
custy init first makes templates and behavior easier to inspect and customize.