1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-14 03:01:32 +02:00

chore: build dist

This commit is contained in:
actions-bot
2020-10-01 19:38:19 +00:00
parent 6a8c41c2e1
commit e5f1c264da
9 changed files with 53170 additions and 0 deletions

13
dist/header1.hbs vendored Normal file
View File

@@ -0,0 +1,13 @@
{{#if isPatch~}}
###
{{~else~}}
##
{{~/if}} {{#if @root.linkCompare~}}
[{{version}}]({{compareUrlFormat}})
{{~else}}
{{~version}}
{{~/if}}
{{~#if title}} "{{title}}"
{{~/if}}
{{~#if date}} ({{date}})
{{/if}}