1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-14 16:11:37 +02:00

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

This commit is contained in:
google-github-actions-bot
2021-04-28 21:08:27 -05:00
committed by GitHub
parent 5a49a61eb5
commit 73984c13a7
9 changed files with 160 additions and 118 deletions

10
dist/footer1.hbs vendored
View File

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