Commit 3d3fcc0
authored
fix(ci): allow Release Please commits (#63)
## Summary
- allow the `release` Conventional Commit type
- unblock Release Please generated commits such as `release: 0.38.0`
## Root cause
Commitlint default type list rejected Release Please release commits.
## Test
- `printf "release: 0.38.0\n" | commitlint --verbose`
- Lefthook pre-commit checks1 parent f351d39 commit 3d3fcc0
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
3 | 23 | | |
0 commit comments