diff --git a/cliff.toml b/cliff.toml index 9c2f279a7..27d39dc0d 100644 --- a/cliff.toml +++ b/cliff.toml @@ -6,7 +6,7 @@ # parse the commits based on https://www.conventionalcommits.org conventional_commits = true # filter out the commits that are not conventional -filter_unconventional = false +filter_unconventional = true # process each line of a commit as an individual commit split_commits = false # regex for preprocessing the commit messages @@ -29,7 +29,7 @@ commit_parsers = [ # protect breaking changes from being skipped due to matching a skipping commit_parser protect_breaking_commits = true # filter out the commits that are not matched by commit parsers -filter_commits = false +filter_commits = true # glob pattern for matching git tags tag_pattern = "v[0-9]*" # regex for skipping tags