chore(cliff): don't skip breaking commits (#10675)

Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
This commit is contained in:
ckohen
2025-01-01 16:48:21 -08:00
committed by GitHub
parent ad0d9a295e
commit 65883f344e
15 changed files with 15 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ commit_parsers = [
{ body = ".*security", group = "Security"},
]
filter_commits = true
protect_breaking_commits = true
tag_pattern = "create-discord-bot@[0-9]*"
ignore_tags = ""
topo_order = false