Update patch matcher to current commit behavior

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-12-22 15:20:22 +01:00
parent 4a8f48e491
commit a03d40eb6d
Signed by: luzifer
SSH Key Fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View File

@ -12,11 +12,11 @@ ignore_messages:
# Every commit message matching one of the regular expressions defined
# in here will cause a patch-version increase (1.0.0 -> 1.0.1).
match_patch:
- "^CI"
- "^[dD]ep"
- "^[fF]ix"
- "^[lL]int"
- "^[rR]efactor"
- "\[CI\]"
- "[dD]ep:"
- "[fF]ix:"
- "[lL]int:"
- "[rR]efactor:"
# Every commit message matching one of the regular expressions defined
# in here will cause a major-version increase (1.0.0 -> 2.0.0).