Template Files
Template Files
Active
Select project-owned inputs for changelog rendering, commits, and annotated tags.
Command
[tool.custy.cli.templates.file]Category
Template Configuration
Quick Command
[tool.custy.cli.templates.file]Propertiesâ
Properties
| Property | Type | Description | Default | Required |
|---|---|---|---|---|
changelog | Path string | Jinja2 layout loaded by changelog rendering. | .config/custy/templates/changelog/changelog.j2 | No |
commit_message | Path string | Message input used by commit, backup, validate, run, and pending-changelog flows. | .config/custy/templates/commit-message.txt | No |
tag_message | Path string | Annotation message used by tag, backup, validate, and run flows. | .config/custy/templates/tag-message.txt | No |
Generated paths
toml[tool.custy.cli.templates.file]
changelog = ".config/custy/templates/changelog/changelog.j2"
commit_message = ".config/custy/templates/commit-message.txt"
tag_message = ".config/custy/templates/tag-message.txt"