mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-05 10:37:47 +02:00
12 lines
115 B
Handlebars
12 lines
115 B
Handlebars
{{> header}}
|
|
|
|
{{#each commitGroups}}
|
|
{{#each commits}}
|
|
{{> commit root=@root}}
|
|
{{/each}}
|
|
{{/each}}
|
|
|
|
{{> footer}}
|
|
|
|
|