Skip to content

Commit 58d5703

Browse files
authored
chore(ci): skip hooks when releasing (#4593)
* chore(ci): skip hooks when releasing * quotes
1 parent 25667cb commit 58d5703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ async function bumpAndPush(nextVersion, releaseBranch) {
164164
cwd: monorepoRoot,
165165
});
166166

167-
await execFile('git', ['commit', `-m`, `v${nextVersion}`], {
167+
await execFile('git', ['commit', '--no-verify', '-m', `v${nextVersion}`], {
168168
cwd: monorepoRoot,
169169
});
170170

0 commit comments

Comments
 (0)