1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-12 12:01:29 +02:00

chore: build dist release-please-action (#225)

This commit is contained in:
google-github-actions-bot
2021-02-14 22:02:12 -06:00
committed by GitHub
parent 16ecf10af8
commit fffca6faf1
9 changed files with 110 additions and 110 deletions

20
dist/template2.hbs vendored
View File

@@ -1,11 +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}}
{{> footer}}