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:
Zanie Blue 2024-03-12 09:17:26 -05:00 committed by GitHub
parent 79ac3a2a7e
commit 28bf493709
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"