mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-11-29 18:28:09 +08:00
refactor: 发布的commit release -> chore
This commit is contained in:
parent
5d6aed8ac0
commit
3b23141bab
@ -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.');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user