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

fix(build): action with support for PHP

This commit is contained in:
google-github-actions-bot
2021-09-07 17:03:36 -05:00
committed by GitHub
parent 7967947bf2
commit fd790a278c
9 changed files with 6986 additions and 13800 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}}