Update patch matcher to current commit behavior
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
4a8f48e491
commit
a03d40eb6d
1 changed files with 5 additions and 5 deletions
|
@ -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).
|
||||||
|
|
Loading…
Reference in a new issue