build: ignore other types of commit message

This commit is contained in:
decentral1se 2022-02-04 19:53:38 +01:00
parent 4d1626b306
commit a8f3a0862e
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 0 deletions

View File

@ -52,7 +52,9 @@ changelog:
filters:
exclude:
- "^Revert"
- "^build:"
- "^docs:"
- "^refactor:"
- "^test:"
- "^tests:"
- "^wip:"