Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ include = ["rust-toolchain.toml"]

[tool.rooster]
major_labels = [] # We do not use the major version number
minor_labels = ["breaking"] # Bump the minor version on breaking changes
minor_labels = [] # Normally we'd bump the minor version on breaking changes, but we're waiting
changelog_ignore_labels = ["internal", "ci", "testing"]
changelog_sections.breaking = "Breaking changes"
changelog_sections.enhancement = "Enhancements"
Expand Down