From 637f2de35e5c6f779d6cf290a0673aa3ad9de2ce Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sat, 14 Mar 2020 18:53:44 +0800 Subject: [PATCH] chore(cli): update changelog tpl --- packages/vant-cli/template/changelog-commit.hbs | 2 +- packages/vant-cli/template/changelog-header.hbs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/vant-cli/template/changelog-commit.hbs b/packages/vant-cli/template/changelog-commit.hbs index 6c885fe84..a05524abc 100644 --- a/packages/vant-cli/template/changelog-commit.hbs +++ b/packages/vant-cli/template/changelog-commit.hbs @@ -1,4 +1,4 @@ -*{{#if scope}} {{scope}}: +-{{#if scope}} {{scope}}: {{~/if}} {{#if subject}} {{~subject}} {{~else}} diff --git a/packages/vant-cli/template/changelog-header.hbs b/packages/vant-cli/template/changelog-header.hbs index 335c7f541..bd0a517f9 100644 --- a/packages/vant-cli/template/changelog-header.hbs +++ b/packages/vant-cli/template/changelog-header.hbs @@ -1,2 +1,3 @@ ### [v{{version}}]({{~@root.repoUrl}}/compare/{{previousTag}}...{{currentTag}}) + `{{date}}`