Update Rooster config to bump minor on breaking label (#3166)

Following https://github.com/astral-sh/uv/pull/3151
This commit is contained in:
Zanie Blue 2024-04-21 16:01:08 -05:00 committed by GitHub
parent 1bf9d879ab
commit 496303a6a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,8 +44,8 @@ strip = true
include = [{ path = "rust-toolchain.toml", format = ["sdist", "wheel"] }, { path = "LICENSE-APACHE", format = "sdist" }, { path = "LICENSE-MIT", format = "sdist" }]
[tool.rooster]
major_labels = [] # We do not use the major version number
minor_labels = [] # Normally we'd bump the minor version on breaking changes, but we're waiting
major_labels = [] # We do not use the major version number yet
minor_labels = ["breaking"]
changelog_ignore_labels = ["internal", "ci", "testing"]
changelog_sections.breaking = "Breaking changes"
changelog_sections.enhancement = "Enhancements"