mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-30 14:01:13 +00:00
Update Rooster config to bump minor on breaking label (#3166)
Following https://github.com/astral-sh/uv/pull/3151
This commit is contained in:
parent
1bf9d879ab
commit
496303a6a6
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ strip = true
|
||||||
include = [{ path = "rust-toolchain.toml", format = ["sdist", "wheel"] }, { path = "LICENSE-APACHE", format = "sdist" }, { path = "LICENSE-MIT", format = "sdist" }]
|
include = [{ path = "rust-toolchain.toml", format = ["sdist", "wheel"] }, { path = "LICENSE-APACHE", format = "sdist" }, { path = "LICENSE-MIT", format = "sdist" }]
|
||||||
|
|
||||||
[tool.rooster]
|
[tool.rooster]
|
||||||
major_labels = [] # We do not use the major version number
|
major_labels = [] # We do not use the major version number yet
|
||||||
minor_labels = [] # Normally we'd bump the minor version on breaking changes, but we're waiting
|
minor_labels = ["breaking"]
|
||||||
changelog_ignore_labels = ["internal", "ci", "testing"]
|
changelog_ignore_labels = ["internal", "ci", "testing"]
|
||||||
changelog_sections.breaking = "Breaking changes"
|
changelog_sections.breaking = "Breaking changes"
|
||||||
changelog_sections.enhancement = "Enhancements"
|
changelog_sections.enhancement = "Enhancements"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue