Fix latest version detection during Rooster invocations (#12162)

We no longer use the "v" prefix so Rooster detects the wrong version.
This commit is contained in:
Zanie Blue 2024-07-03 08:35:34 -04:00 committed by GitHub
parent c13c60bc47
commit b4f7d5b2fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,7 +85,6 @@ force-exclude = '''
[tool.rooster] [tool.rooster]
major_labels = [] # Ruff never uses the major version number major_labels = [] # Ruff never uses the major version number
minor_labels = ["breaking"] # Bump the minor version on breaking changes minor_labels = ["breaking"] # Bump the minor version on breaking changes
version_tag_prefix = "v"
changelog_ignore_labels = ["internal", "ci", "red-knot"] changelog_ignore_labels = ["internal", "ci", "red-knot"]