From a03d40eb6d836967fc8bea367b14e61fa0ca2a0d Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 22 Dec 2023 15:20:22 +0100 Subject: [PATCH] Update patch matcher to current commit behavior Signed-off-by: Knut Ahlers --- .git_changerelease.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.git_changerelease.yaml b/.git_changerelease.yaml index c9f6fa5..720e5cc 100644 --- a/.git_changerelease.yaml +++ b/.git_changerelease.yaml @@ -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).