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

feat: output whether or not a release was created (#24)

This commit is contained in:
Benjamin E. Coe
2020-05-20 21:13:10 -07:00
committed by GitHub
parent f38e297b72
commit b80ca61e26
10 changed files with 1548 additions and 2633 deletions

22
dist/template.hbs vendored
View File

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