mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-12 20:51:38 +02:00
build: force build of library (#346)
This commit is contained in:
committed by
GitHub
parent
fc74088d86
commit
7967947bf2
20
dist/template1.hbs
vendored
20
dist/template1.hbs
vendored
@@ -1,23 +1,11 @@
|
||||
{{> 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