mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-11 10:51:32 +02:00
chore: build dist release-please-action (#302)
This commit is contained in:
committed by
GitHub
parent
0267b45516
commit
e3a8d0eb36
20
dist/template2.hbs
vendored
20
dist/template2.hbs
vendored
@@ -1,11 +1,23 @@
|
||||
{{> 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}}
|
||||
|
||||
{{> footer}}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user