From 02bc1bd8c2ceda015fdf0a049acd83d48e890419 Mon Sep 17 00:00:00 2001 From: Jan Buchar Date: Thu, 22 Aug 2024 14:44:31 +0200 Subject: [PATCH] ci: Do not skip breaking commits in changelog (#454) --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 172bc1754..390270a52 100644 --- a/cliff.toml +++ b/cliff.toml @@ -85,7 +85,7 @@ commit_parsers = [ { message = "^revert", group = "◀️ Revert" }, ] # protect breaking changes from being skipped due to matching a skipping commit_parser -protect_breaking_commits = false +protect_breaking_commits = true # filter out the commits that are not matched by commit parsers filter_commits = false # regex for matching git tags