1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-14 08:31:35 +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

11
dist/template.hbs vendored Normal file
View File

@@ -0,0 +1,11 @@
{{> header}}
{{#each commitGroups}}
{{#each commits}}
{{> commit root=@root}}
{{/each}}
{{/each}}
{{> footer}}