mirror of
https://github.com/googleapis/release-please-action.git
synced 2026-03-27 14:42:29 +00: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}}
|