Files
release-please-action/dist/template.hbs
Google GitHub Actions Bot 1c7728c18b chore: build dist (#827)
Build dist PR
2023-09-28 10:06:33 -07:00

12 lines
115 B
Handlebars

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