1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-09 19:01:13 +02:00
Files
gitea-release-please-action/dist/footer.hbs

11 lines
111 B
Handlebars

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