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

feat: output whether or not a release was created (#24)

This commit is contained in:
Benjamin E. Coe
2020-05-20 21:13:10 -07:00
committed by GitHub
parent f38e297b72
commit b80ca61e26
10 changed files with 1548 additions and 2633 deletions

22
dist/header1.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}}