mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-05 10:37:47 +02:00
14 lines
216 B
Handlebars
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}}
|