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

chore: build dist (#675)

Build dist PR
This commit is contained in:
Google GitHub Actions Bot
2022-12-08 11:51:52 -05:00
committed by GitHub
parent e6d565feb2
commit 264b85cc6b
9 changed files with 106 additions and 106 deletions

10
dist/footer.hbs vendored
View File

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