mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore(cliff): don't skip breaking commits (#10675)
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
This commit is contained in:
@@ -69,6 +69,7 @@ commit_parsers = [
|
||||
{ body = ".*security", group = "Security"},
|
||||
]
|
||||
filter_commits = true
|
||||
protect_breaking_commits = true
|
||||
tag_pattern = "@discordjs/brokers@[0-9]*"
|
||||
ignore_tags = ""
|
||||
topo_order = false
|
||||
|
||||
@@ -69,6 +69,7 @@ commit_parsers = [
|
||||
{ body = ".*security", group = "Security"},
|
||||
]
|
||||
filter_commits = true
|
||||
protect_breaking_commits = true
|
||||
tag_pattern = "@discordjs/builders@[0-9]*"
|
||||
ignore_tags = ""
|
||||
topo_order = false
|
||||
|
||||
@@ -69,6 +69,7 @@ commit_parsers = [
|
||||
{ body = ".*security", group = "Security"},
|
||||
]
|
||||
filter_commits = true
|
||||
protect_breaking_commits = true
|
||||
tag_pattern = "@discordjs/collection@[0-9]*"
|
||||
ignore_tags = ""
|
||||
topo_order = false
|
||||
|
||||
@@ -69,6 +69,7 @@ commit_parsers = [
|
||||
{ body = ".*security", group = "Security"},
|
||||
]
|
||||
filter_commits = true
|
||||
protect_breaking_commits = true
|
||||
tag_pattern = "@discordjs/core@[0-9]*"
|
||||
ignore_tags = ""
|
||||
topo_order = false
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -69,6 +69,7 @@ commit_parsers = [
|
||||
{ body = ".*security", group = "Security"},
|
||||
]
|
||||
filter_commits = true
|
||||
protect_breaking_commits = true
|
||||
tag_pattern = "^[0-9]+"
|
||||
ignore_tags = ""
|
||||
topo_order = false
|
||||
|
||||
@@ -69,6 +69,7 @@ commit_parsers = [
|
||||
{ body = ".*security", group = "Security"},
|
||||
]
|
||||
filter_commits = true
|
||||
protect_breaking_commits = true
|
||||
tag_pattern = "@discordjs/formatters@[0-9]*"
|
||||
ignore_tags = ""
|
||||
topo_order = false
|
||||
|
||||
@@ -69,6 +69,7 @@ commit_parsers = [
|
||||
{ body = ".*security", group = "Security"},
|
||||
]
|
||||
filter_commits = true
|
||||
protect_breaking_commits = true
|
||||
tag_pattern = "@discordjs/next@[0-9]*"
|
||||
ignore_tags = ""
|
||||
topo_order = false
|
||||
|
||||
@@ -69,6 +69,7 @@ commit_parsers = [
|
||||
{ body = ".*security", group = "Security"},
|
||||
]
|
||||
filter_commits = true
|
||||
protect_breaking_commits = true
|
||||
tag_pattern = "@discordjs/proxy@[0-9]*"
|
||||
ignore_tags = ""
|
||||
topo_order = false
|
||||
|
||||
@@ -69,6 +69,7 @@ commit_parsers = [
|
||||
{ body = ".*security", group = "Security"},
|
||||
]
|
||||
filter_commits = true
|
||||
protect_breaking_commits = true
|
||||
tag_pattern = "@discordjs/rest@[0-9]*"
|
||||
ignore_tags = ""
|
||||
topo_order = false
|
||||
|
||||
@@ -69,6 +69,7 @@ commit_parsers = [
|
||||
{ body = ".*security", group = "Security"},
|
||||
]
|
||||
filter_commits = true
|
||||
protect_breaking_commits = true
|
||||
tag_pattern = "@discordjs/{{name}}@[0-9]*"
|
||||
ignore_tags = ""
|
||||
topo_order = false
|
||||
|
||||
@@ -62,6 +62,7 @@ commit_parsers = [
|
||||
{ body = ".*security", group = "Security"},
|
||||
]
|
||||
filter_commits = true
|
||||
protect_breaking_commits = true
|
||||
tag_pattern = "@discordjs/ui-components@[0-9]*"
|
||||
ignore_tags = ""
|
||||
topo_order = false
|
||||
|
||||
@@ -69,6 +69,7 @@ commit_parsers = [
|
||||
{ body = ".*security", group = "Security"},
|
||||
]
|
||||
filter_commits = true
|
||||
protect_breaking_commits = true
|
||||
tag_pattern = "@discordjs/util@[0-9]*"
|
||||
ignore_tags = ""
|
||||
topo_order = false
|
||||
|
||||
@@ -69,6 +69,7 @@ commit_parsers = [
|
||||
{ body = ".*security", group = "Security"},
|
||||
]
|
||||
filter_commits = true
|
||||
protect_breaking_commits = true
|
||||
tag_pattern = "@discordjs/voice@[0-9]*"
|
||||
ignore_tags = ""
|
||||
topo_order = false
|
||||
|
||||
@@ -69,6 +69,7 @@ commit_parsers = [
|
||||
{ body = ".*security", group = "Security"},
|
||||
]
|
||||
filter_commits = true
|
||||
protect_breaking_commits = true
|
||||
tag_pattern = "@discordjs/ws@[0-9]*"
|
||||
ignore_tags = ""
|
||||
topo_order = false
|
||||
|
||||
Reference in New Issue
Block a user