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

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

This commit is contained in:
google-github-actions-bot
2021-03-22 20:12:29 -05:00
committed by GitHub
parent 82a3c7ec92
commit ad2d9be097
9 changed files with 814 additions and 363 deletions

20
dist/template2.hbs vendored
View File

@@ -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}}