mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
refactor: 发布的commit release -> chore
This commit is contained in:
parent
5d6aed8ac0
commit
3b23141bab
@ -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.');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user