@@ -83,7 +83,7 @@ split_commits = false
8383# regex for preprocessing the commit messages
8484commit_preprocessors = [
8585 # Replace issue numbers
86- { pattern = ' \((\w+\s)?#([0-9]+)\)' , replace = " ([#${2}](<REPO>/issues/${2}))" },
86+ { pattern = ' \((\w+\s)?#([0-9]+)\)' , replace = " ([#${2}](<REPO>/issues/${2}))" },
8787 # Check spelling of the commit with https://github.com/crate-ci/typos
8888 # If the spelling is incorrect, it will be automatically fixed.
8989 # { pattern = '.*', replace_command = 'typos --write-changes -' },
@@ -99,6 +99,7 @@ commit_parsers = [
9999 { message = " ^style" , group = " <!-- 5 -->Styling" },
100100 { message = " ^test" , group = " <!-- 6 -->Testing" },
101101 { message = " ^chore\\ (release\\ ): prepare for" , skip = true },
102+ { message = " ^chore\\ (release\\ ): bump version" , skip = true },
102103 { message = " ^chore\\ (deps.*\\ )" , skip = true },
103104 { message = " ^chore\\ (pr\\ )" , skip = true },
104105 { message = " ^chore\\ (pull\\ )" , skip = true },
0 commit comments