Commit 302cabe
committed
fix(ci): disable husky git hooks in semantic-release workflow
- Set HUSKY=0 environment variable to disable git hooks in CI
- Prevents commitlint from blocking semantic-release commits
- Semantic-release commit messages can contain long URLs in changelog
This fixes the 'body's lines must not be longer than 100 characters' error
that was preventing semantic-release from creating release commits.1 parent f4022cd commit 302cabe
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments