Fix broken escape seq
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
dc0b2f4df7
commit
a2176a338c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ 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\]"
|
||||
- "\\[CI\\]"
|
||||
- "[dD]ep:"
|
||||
- "[fF]ix:"
|
||||
- "[lL]int:"
|
||||
|
|
Loading…
Reference in a new issue