first commit
This commit is contained in:
1
vant/packages/vant-cli/template/.pydio
Normal file
1
vant/packages/vant-cli/template/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
20bb0afa-5095-44b6-b86d-2f07ff9a2d33
|
||||
11
vant/packages/vant-cli/template/changelog-commit.hbs
Normal file
11
vant/packages/vant-cli/template/changelog-commit.hbs
Normal file
@@ -0,0 +1,11 @@
|
||||
*{{#if scope}} {{scope}}:
|
||||
{{~/if}} {{#if subject}}
|
||||
{{~subject}}
|
||||
{{~else}}
|
||||
{{~header}}
|
||||
{{~/if}}
|
||||
{{#if references~}}
|
||||
{{~#each references}} [{{~this.repository}}#{{this.issue}}]({{~@root.repoUrl}}/{{~@root.issue}}/{{this.issue}}){{/each}}
|
||||
{{~else}} [{{shortHash}}]({{~@root.repoUrl}}/{{~@root.commit}}/{{hash}})
|
||||
{{~/if}}
|
||||
|
||||
2
vant/packages/vant-cli/template/changelog-header.hbs
Normal file
2
vant/packages/vant-cli/template/changelog-header.hbs
Normal file
@@ -0,0 +1,2 @@
|
||||
### [v{{version}}]({{~@root.repoUrl}}/compare/{{previousTag}}...{{currentTag}})
|
||||
`{{date}}`
|
||||
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