first commit
This commit is contained in:
12
vant/packages/vant-cli/template/changelog-main.hbs
Normal file
12
vant/packages/vant-cli/template/changelog-main.hbs
Normal file
@@ -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