mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-14 02:01:32 +02:00
chore: build dist release-please-action (#467)
This commit is contained in:
committed by
GitHub
parent
b2dd1ed06a
commit
57f22808da
10
dist/template2.hbs
vendored
10
dist/template2.hbs
vendored
@@ -1,8 +1,9 @@
|
||||
{{> header}}
|
||||
|
||||
{{#if noteGroups}}
|
||||
{{#each noteGroups}}
|
||||
|
||||
#### ⚠ {{title}}
|
||||
### ⚠ {{title}}
|
||||
|
||||
{{#each notes}}
|
||||
* {{#if commit.scope}}**{{commit.scope}}:** {{/if}}{{text}}
|
||||
@@ -12,8 +13,11 @@
|
||||
{{#each commitGroups}}
|
||||
|
||||
{{#if title}}
|
||||
#### {{title}}
|
||||
### {{title}}
|
||||
|
||||
{{/if}}
|
||||
{{#each commits}}
|
||||
{{> commit root=@root}}{{/each}}{{/each}}
|
||||
{{> commit root=@root}}
|
||||
{{/each}}
|
||||
|
||||
{{/each}}
|
||||
|
||||
Reference in New Issue
Block a user