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

chore: build dist (#826)

Build dist PR
This commit is contained in:
Google GitHub Actions Bot
2023-09-11 14:34:50 -04:00
committed by GitHub
parent aed695c7cb
commit 48f987371f
9 changed files with 163 additions and 107 deletions

10
dist/footer1.hbs vendored
View File

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