1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-13 06:51:40 +02:00
Files
gitea-release-please-action/dist/footer1.hbs
Google GitHub Actions Bot e033133436 chore: build dist (#570)
chore: build dist release-please-action
2022-08-16 09:28:52 -07:00

11 lines
111 B
Handlebars

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