mirror of
https://github.com/googleapis/release-please-action.git
synced 2026-03-27 06:32:27 +00:00
19 lines
299 B
Handlebars
19 lines
299 B
Handlebars
{{> header}}
|
|
{{#if noteGroups}}
|
|
{{#each noteGroups}}
|
|
|
|
#### ⚠ {{title}}
|
|
|
|
{{#each notes}}
|
|
* {{#if commit.scope}}**{{commit.scope}}:** {{/if}}{{text}}
|
|
{{/each}}
|
|
{{/each}}
|
|
{{/if}}
|
|
{{#each commitGroups}}
|
|
|
|
{{#if title}}
|
|
#### {{title}}
|
|
|
|
{{/if}}
|
|
{{#each commits}}
|
|
{{> commit root=@root}}{{/each}}{{/each}} |