diff options
Diffstat (limited to '.github/workflows/cliff.toml')
-rw-r--r-- | .github/workflows/cliff.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cliff.toml b/.github/workflows/cliff.toml index 1496f752..88b77990 100644 --- a/.github/workflows/cliff.toml +++ b/.github/workflows/cliff.toml @@ -51,6 +51,7 @@ conventional_commits = true filter_unconventional = true # regex for parsing and grouping commits commit_parsers = [ + { message = "(.*bump|.*Bump)", group = "<!-- 7 --> Miscellaneous Tasks", skip = true}, { message = "^build", group = "<!-- 0 --> Packaging"}, { message = "(^feat|^Feat|^\\[Feat)", group = "<!-- 1 --> Features"}, { message = "(^bug|^Bug|^fix)", group = "<!-- 2 --> Bugfix"}, |