Lewati ke konten utama

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]

Jinja2commit messagetag message

Properties​

Properties

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

Lanjutkan