mirror of https://github.com/astral-sh/ruff
Omit `red-knot` PRs from the changelog (#11666)
## Summary This just ensures that PRs labelled with `red-knot` are automatically filtered out from the auto-generated changelog (which we then manually finalize anyway).
This commit is contained in:
parent
312f6640b8
commit
b80bf22c4d
|
|
@ -87,7 +87,7 @@ 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"]
|
||||
changelog_ignore_labels = ["internal", "ci", "red-knot"]
|
||||
|
||||
changelog_sections.breaking = "Breaking changes"
|
||||
changelog_sections.preview = "Preview features"
|
||||
|
|
|
|||
Loading…
Reference in New Issue