mirror of
https://github.com/googleapis/release-please-action.git
synced 2026-03-24 21:23:45 +00:00
12 lines
115 B
Handlebars
12 lines
115 B
Handlebars
{{> header}}
|
|
|
|
{{#each commitGroups}}
|
|
{{#each commits}}
|
|
{{> commit root=@root}}
|
|
{{/each}}
|
|
{{/each}}
|
|
|
|
{{> footer}}
|
|
|
|
|