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

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

This commit is contained in:
google-github-actions-bot
2020-12-17 18:39:49 -06:00
committed by GitHub
parent 4de8d4ac44
commit bf1d82ee31
10 changed files with 1733 additions and 212 deletions

22
dist/template.hbs vendored
View File

@@ -1,11 +1,19 @@
{{> 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}}
{{> commit root=@root}}{{/each}}{{/each}}