Commit 10237f4
fix(ci): disable husky during semantic-release to bypass commit-msg hook
semantic-release's @semantic-release/git plugin creates the release
commit via `git commit`, which triggers husky's commit-msg hook. The
auto-generated changelog body contains long URL footers that exceed
commitlint's default footer-max-line-length of 100, failing the hook.
Set HUSKY=0 on the Release step so husky short-circuits in CI, per the
husky docs. Local dev hooks are unaffected.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a3e7cba commit 10237f4
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
0 commit comments