mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
build: release git commit
This commit is contained in:
parent
238762dd0f
commit
22eb7453be
@ -192,7 +192,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${targetVersion}`]);
|
await runIfNotDry('git', ['commit', '-m', `chore: release v${targetVersion}`, '--verify']);
|
||||||
} else {
|
} else {
|
||||||
console.log('No changes to commit.');
|
console.log('No changes to commit.');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user