mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +08:00
chore: 发布时条件git加上no-verify
This commit is contained in:
parent
8c9018407a
commit
d9b95563b5
@ -105,7 +105,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', `chore: release v${targetVersion}`]);
|
await runIfNotDry('git', ['commit', '-m', `chore: release v${targetVersion}`, '--no-verify']);
|
||||||
} else {
|
} else {
|
||||||
console.log('No changes to commit.');
|
console.log('No changes to commit.');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user