chore(cli): add changelog template files
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{{> header}}
|
||||
{{#each commitGroups}}
|
||||
|
||||
{{#if title}}
|
||||
**{{title}}**
|
||||
|
||||
{{/if}}
|
||||
{{#each commits}}
|
||||
{{> commit root=@root}}
|
||||
{{/each}}
|
||||
{{/each}}
|
||||
{{> footer}}
|
||||
Reference in New Issue
Block a user