From d9b95563b578c2ccec68a77b4de00d2b800d9c6f Mon Sep 17 00:00:00 2001 From: roymondchen Date: Wed, 13 Mar 2024 16:40:52 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8F=91=E5=B8=83=E6=97=B6=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6git=E5=8A=A0=E4=B8=8Ano-verify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/release.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.cjs b/scripts/release.cjs index c894a6e4..f473f4cc 100644 --- a/scripts/release.cjs +++ b/scripts/release.cjs @@ -105,7 +105,7 @@ async function main() { if (stdout) { step('\nCommitting changes...'); await runIfNotDry('git', ['add', '-A']); - await runIfNotDry('git', ['commit', '-m', `chore: release v${targetVersion}`]); + await runIfNotDry('git', ['commit', '-m', `chore: release v${targetVersion}`, '--no-verify']); } else { console.log('No changes to commit.'); }