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

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

This commit is contained in:
google-github-actions-bot
2021-05-03 20:00:08 -05:00
committed by GitHub
parent 0267b45516
commit e3a8d0eb36
9 changed files with 192 additions and 114 deletions

10
dist/footer.hbs vendored
View File

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