1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-09 17:41:12 +02:00
Files
gitea-release-please-action/dist/template.hbs
Google GitHub Actions Bot 264b85cc6b chore: build dist (#675)
Build dist PR
2022-12-08 08:51:52 -08:00

12 lines
115 B
Handlebars

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