diff --git a/scripts/release.mjs b/scripts/release.mjs index 5d31e875..e5b8a201 100644 --- a/scripts/release.mjs +++ b/scripts/release.mjs @@ -185,7 +185,7 @@ async function main() { if (stdout) { step('\nCommitting changes...'); await runIfNotDry('git', ['add', '-A']); - await runIfNotDry('git', ['commit', '-m', `release: v${newRootVersion}`]); + await runIfNotDry('git', ['commit', '-m', `chore: v${newRootVersion}`]); } else { console.log('No changes to commit.'); }