1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-06-09 14:18:13 +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

10
dist/footer1.hbs vendored
View File

@@ -0,0 +1,10 @@
{{#if noteGroups}}
{{#each noteGroups}}
### {{title}}
{{#each notes}}
* {{text}}
{{/each}}
{{/each}}
{{/if}}