From d945cd2524294ab96cf19749240bbba6f4897c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 13 Sep 2021 18:36:08 -0700 Subject: [PATCH] meta: filter out misc commits --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 3bdfb9f..6381243 100644 --- a/cliff.toml +++ b/cliff.toml @@ -55,7 +55,7 @@ commit_parsers = [ { body = ".*security", group = "Security"}, ] # 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\\d+\\.\\d+\\.\\d+" # regex for skipping tags