1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-11 17:01:33 +02:00

chore: build dist release-please-action (#294)

This commit is contained in:
google-github-actions-bot
2021-04-24 20:49:50 -05:00
committed by GitHub
parent 4d8569bf77
commit 4f7e3eaff8
9 changed files with 20754 additions and 1104 deletions

22
dist/header2.hbs vendored
View File

@@ -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}}