1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-09 09:01:12 +02:00
Files
gitea-release-please-action/dist/header2.hbs
2021-03-10 10:13:11 -08:00

14 lines
216 B
Handlebars

{{#if isPatch~}}
###
{{~else~}}
##
{{~/if}} {{#if @root.linkCompare~}}
[{{version}}]({{compareUrlFormat}})
{{~else}}
{{~version}}
{{~/if}}
{{~#if title}} "{{title}}"
{{~/if}}
{{~#if date}} ({{date}})
{{/if}}