refactor: 发布的commit release -> chore

This commit is contained in:
wanchun 2022-05-17 14:36:40 +08:00
parent 5d6aed8ac0
commit 3b23141bab

View File

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