1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-09 20:51:13 +02:00
Files
gitea-release-please-action/dist/template1.hbs
Google GitHub Actions Bot e6d565feb2 chore: build dist (#673)
Build dist PR
2022-12-08 08:49:16 -08:00

12 lines
115 B
Handlebars

{{> header}}
{{#each commitGroups}}
{{#each commits}}
{{> commit root=@root}}
{{/each}}
{{/each}}
{{> footer}}