mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-11 22:11:33 +02:00
chore: build dist release-please-action (#166)
This commit is contained in:
committed by
GitHub
parent
4de8d4ac44
commit
bf1d82ee31
23
dist/template2.hbs
vendored
Normal file
23
dist/template2.hbs
vendored
Normal file
@@ -0,0 +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}}
|
||||
Reference in New Issue
Block a user