Skip to content

Commit

Permalink
chore(cliff): don't skip breaking commits (discordjs#10675)
Browse files Browse the repository at this point in the history
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
  • Loading branch information
ckohen and Jiralite authored Jan 2, 2025
1 parent ad0d9a2 commit 65883f3
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/brokers/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/builders/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/collection/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/core/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/create-discord-bot/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/discord.js/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/formatters/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/next/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/proxy/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/rest/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/ui/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/util/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/voice/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/ws/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65883f3

Please sign in to comment.