mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 05:44:56 +00:00
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:
parent
c13c60bc47
commit
b4f7d5b2fb
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ force-exclude = '''
|
|||
[tool.rooster]
|
||||
major_labels = [] # Ruff never uses the major version number
|
||||
minor_labels = ["breaking"] # Bump the minor version on breaking changes
|
||||
version_tag_prefix = "v"
|
||||
|
||||
changelog_ignore_labels = ["internal", "ci", "red-knot"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue