ci: add release automation (#7656)
This commit is contained in:
14
.releaserc/template.hbs
Normal file
14
.releaserc/template.hbs
Normal file
@@ -0,0 +1,14 @@
|
||||
{{> header}}
|
||||
|
||||
{{#each commitGroups}}
|
||||
|
||||
{{#if title}}
|
||||
### {{title}}
|
||||
|
||||
{{/if}}
|
||||
{{#each commits}}
|
||||
{{> commit root=@root}}
|
||||
{{/each}}
|
||||
{{/each}}
|
||||
|
||||
{{> footer}}
|
||||
Reference in New Issue
Block a user