Template Files
Template Files
Active
Pilih project-owned inputs untuk changelog rendering, commits, dan 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 yang dimuat changelog rendering. | .config/custy/templates/changelog/changelog.j2 | No |
commit_message | Path string | Message input yang digunakan commit, backup, validate, run, dan pending-changelog flows. | .config/custy/templates/commit-message.txt | No |
tag_message | Path string | Annotation message yang digunakan tag, backup, validate, dan 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"