From fbc4ba108921720680393a6dfbe44c4e0c0af8bd Mon Sep 17 00:00:00 2001 From: LASER-Yi Date: Sun, 28 Mar 2021 16:00:51 +0800 Subject: [PATCH] no log: Fix issues of auto-generate changelog, add assets to Github Release and add no log prefix --- .auto-changelog | 4 ++-- .release-it.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.auto-changelog b/.auto-changelog index adb549909..d44def5ad 100644 --- a/.auto-changelog +++ b/.auto-changelog @@ -1,7 +1,7 @@ { "template": "./changelog.hbs", "unreleased": true, - "commitLimit": true, - "ignoreCommitPattern": "^Release.*", + "commitLimit": false, + "ignoreCommitPattern": "^(Release|no log:).*", "sortCommits": "date-desc" } \ No newline at end of file diff --git a/.release-it.json b/.release-it.json index dca102111..988214820 100644 --- a/.release-it.json +++ b/.release-it.json @@ -6,7 +6,8 @@ }, "github": { "release": true, - "releaseName": "v${version}" + "releaseName": "v${version}", + "assets": ["__builds__/*.zip"] }, "npm": { "publish": false,