Skip to main content

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]

Jinja2commit messagetag message

Properties​

Properties

PropertyTypeDescriptionDefaultRequired
changelogPath stringJinja2 layout loaded by changelog rendering..config/custy/templates/changelog/changelog.j2No
commit_messagePath stringMessage input used by commit, backup, validate, run, and pending-changelog flows..config/custy/templates/commit-message.txtNo
tag_messagePath stringAnnotation message used by tag, backup, validate, and run flows..config/custy/templates/tag-message.txtNo
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"

Continue