mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 11:11:35 +02:00
chore: build dist release-please-action (#463)
This commit is contained in:
committed by
GitHub
parent
1511242f61
commit
dc68c88725
10
dist/template2.hbs
vendored
10
dist/template2.hbs
vendored
@@ -1,9 +1,8 @@
|
||||
{{> header}}
|
||||
|
||||
{{#if noteGroups}}
|
||||
{{#each noteGroups}}
|
||||
|
||||
### ⚠ {{title}}
|
||||
#### ⚠ {{title}}
|
||||
|
||||
{{#each notes}}
|
||||
* {{#if commit.scope}}**{{commit.scope}}:** {{/if}}{{text}}
|
||||
@@ -13,11 +12,8 @@
|
||||
{{#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