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

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

This commit is contained in:
google-github-actions-bot
2021-09-23 17:01:22 -05:00
committed by GitHub
parent fd7f2fff26
commit 526ef9c27a
9 changed files with 112 additions and 111 deletions

10
dist/footer.hbs vendored
View File

@@ -0,0 +1,10 @@
{{#if noteGroups}}
{{#each noteGroups}}
### {{title}}
{{#each notes}}
* {{text}}
{{/each}}
{{/each}}
{{/if}}