1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-09 16:51:18 +02:00
Files
gitea-release-please-action/dist/template1.hbs
Google GitHub Actions Bot c196e90fb5 chore: build dist (#571)
chore: build dist release-please-action

Co-authored-by: Jeff Ching <chingor@google.com>
2022-08-16 16:37:01 +00:00

24 lines
302 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}}