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 # Every commit message matching one of the regular expressions defined
# in here will cause a patch-version increase (1.0.0 -> 1.0.1). # in here will cause a patch-version increase (1.0.0 -> 1.0.1).
match_patch: match_patch:
- "^CI" - "\[CI\]"
- "^[dD]ep" - "[dD]ep:"
- "^[fF]ix" - "[fF]ix:"
- "^[lL]int" - "[lL]int:"
- "^[rR]efactor" - "[rR]efactor:"
# Every commit message matching one of the regular expressions defined # Every commit message matching one of the regular expressions defined
# in here will cause a major-version increase (1.0.0 -> 2.0.0). # in here will cause a major-version increase (1.0.0 -> 2.0.0).