mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-05 02:27:48 +02:00
11 lines
111 B
Handlebars
11 lines
111 B
Handlebars
{{#if noteGroups}}
|
|
{{#each noteGroups}}
|
|
|
|
### {{title}}
|
|
|
|
{{#each notes}}
|
|
* {{text}}
|
|
{{/each}}
|
|
{{/each}}
|
|
{{/if}}
|