1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-11 12:51:34 +02:00

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

This commit is contained in:
google-github-actions-bot
2020-12-17 18:39:49 -06:00
committed by GitHub
parent 4de8d4ac44
commit bf1d82ee31
10 changed files with 1733 additions and 212 deletions

13
dist/header2.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}}