mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-14 09:31:33 +02:00
chore: build dist release-please-action (#467)
This commit is contained in:
committed by
GitHub
parent
b2dd1ed06a
commit
57f22808da
22
dist/template.hbs
vendored
22
dist/template.hbs
vendored
@@ -1,11 +1,19 @@
|
||||
{{> 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}}
|
||||
|
||||
|
||||
{{> commit root=@root}}{{/each}}{{/each}}
|
||||
Reference in New Issue
Block a user