mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-23 09:19:48 +00:00
Do not bump the minor version on breaking changes (#2376)
... yet. I think we're not quite ready for a versioning policy over here. Now that we have a "labeled" breaking change in #2362 we need to decide if it should be a minor or patch version.
This commit is contained in:
parent
79ac3a2a7e
commit
28bf493709
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue