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

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

This commit is contained in:
google-github-actions-bot
2021-03-04 16:12:08 -06:00
committed by GitHub
parent d447fdb632
commit caf6799d1b
9 changed files with 172 additions and 137 deletions

20
dist/template1.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}}