1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-09 20:31:13 +02:00
Files
gitea-release-please-action/dist/template2.hbs
2022-04-12 15:18:19 -07:00

19 lines
299 B
Handlebars

{{> header}}
{{#if noteGroups}}
{{#each noteGroups}}
#### ⚠ {{title}}
{{#each notes}}
* {{#if commit.scope}}**{{commit.scope}}:** {{/if}}{{text}}
{{/each}}
{{/each}}
{{/if}}
{{#each commitGroups}}
{{#if title}}
#### {{title}}
{{/if}}
{{#each commits}}
{{> commit root=@root}}{{/each}}{{/each}}