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"}, { body = ".*security", group = "Security"},
] ]
filter_commits = true filter_commits = true
protect_breaking_commits = true
tag_pattern = "@discordjs/brokers@[0-9]*" tag_pattern = "@discordjs/brokers@[0-9]*"
ignore_tags = "" ignore_tags = ""
topo_order = false topo_order = false

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -62,6 +62,7 @@ commit_parsers = [
{ body = ".*security", group = "Security"}, { body = ".*security", group = "Security"},
] ]
filter_commits = true filter_commits = true
protect_breaking_commits = true
tag_pattern = "@discordjs/ui-components@[0-9]*" tag_pattern = "@discordjs/ui-components@[0-9]*"
ignore_tags = "" ignore_tags = ""
topo_order = false topo_order = false

View File

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

View File

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

View File

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