1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-06-09 22:28:13 +02:00

chore: build dist

This commit is contained in:
actions-bot
2020-10-01 19:38:19 +00:00
parent 6a8c41c2e1
commit e5f1c264da
9 changed files with 53170 additions and 0 deletions

10
dist/footer.hbs vendored Normal file
View File

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