1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-06-09 22:28:13 +02:00
Files
gitea-release-please-action/dist/footer1.hbs
Google GitHub Actions Bot 48f987371f chore: build dist (#826)
Build dist PR
2023-09-11 11:34:50 -07:00

11 lines
111 B
Handlebars

{{#if noteGroups}}
{{#each noteGroups}}
### {{title}}
{{#each notes}}
* {{text}}
{{/each}}
{{/each}}
{{/if}}