refactor: 发布的commit release -> chore

This commit is contained in:
wanchun 2022-05-17 14:36:40 +08:00
parent 34908babb5
commit 104f8f7ec5

View File

@ -185,7 +185,7 @@ async function main() {
if (stdout) { if (stdout) {
step('\nCommitting changes...'); step('\nCommitting changes...');
await runIfNotDry('git', ['add', '-A']); await runIfNotDry('git', ['add', '-A']);
await runIfNotDry('git', ['commit', '-m', `release: v${newRootVersion}`]); await runIfNotDry('git', ['commit', '-m', `chore: v${newRootVersion}`]);
} else { } else {
console.log('No changes to commit.'); console.log('No changes to commit.');
} }