mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(cli): remove comma when generate changelog
This commit is contained in:
parent
a196fa7a6f
commit
4377a1f3aa
@ -30,9 +30,9 @@ const commitPartial = `*{{#if scope}} {{scope}}:
|
|||||||
{{~else}}
|
{{~else}}
|
||||||
{{~header}}
|
{{~header}}
|
||||||
{{~/if}}
|
{{~/if}}
|
||||||
{{#if references~}},
|
{{#if references~}}
|
||||||
{{~#each references}} [{{~this.repository}}#{{this.issue}}]({{~@root.repoUrl}}/{{~@root.issue}}/{{this.issue}}) {{/each}}
|
{{~#each references}} [{{~this.repository}}#{{this.issue}}]({{~@root.repoUrl}}/{{~@root.issue}}/{{this.issue}}){{/each}}
|
||||||
{{~else}}, [{{shortHash}}]({{~@root.repoUrl}}/{{~@root.commit}}/{{hash}})
|
{{~else}} [{{shortHash}}]({{~@root.repoUrl}}/{{~@root.commit}}/{{hash}})
|
||||||
{{~/if}}
|
{{~/if}}
|
||||||
|
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user