mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-10 22:01:15 +02:00
chore: build dist release-please-action (#302)
This commit is contained in:
committed by
GitHub
parent
0267b45516
commit
e3a8d0eb36
22
dist/header2.hbs
vendored
22
dist/header2.hbs
vendored
@@ -1,9 +1,13 @@
|
||||
## {{#if isPatch~}} <small>
|
||||
{{~/if~}} {{version}}
|
||||
{{~#if title}} "{{title}}"
|
||||
{{~/if~}}
|
||||
{{~#if date}} ({{date}})
|
||||
{{~/if~}}
|
||||
{{~#if isPatch~}} </small>
|
||||
{{~/if}}
|
||||
|
||||
{{#if isPatch~}}
|
||||
###
|
||||
{{~else~}}
|
||||
##
|
||||
{{~/if}} {{#if @root.linkCompare~}}
|
||||
[{{version}}]({{compareUrlFormat}})
|
||||
{{~else}}
|
||||
{{~version}}
|
||||
{{~/if}}
|
||||
{{~#if title}} "{{title}}"
|
||||
{{~/if}}
|
||||
{{~#if date}} ({{date}})
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user