Files
actions-ansi-to-html/node_modules/conventional-changelog-writer/templates/header.hbs
T
2025-11-11 06:53:11 -05:00

10 lines
173 B
Handlebars

## {{#if isPatch~}} <small>
{{~/if~}} {{version}}
{{~#if title}} "{{title}}"
{{~/if~}}
{{~#if date}} ({{date}})
{{~/if~}}
{{~#if isPatch~}} </small>
{{~/if}}