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.'); }