mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 07:34:06 -05:00
We may choose to omit these manually, but we probably want to include _some_ of them, so it's annoying for them to be filtered out.
30 lines
647 B
YAML
30 lines
647 B
YAML
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
|
|
changelog:
|
|
exclude:
|
|
labels:
|
|
- internal
|
|
- documentation
|
|
categories:
|
|
- title: Breaking Changes
|
|
labels:
|
|
- breaking
|
|
- title: Rules
|
|
labels:
|
|
- rule
|
|
- title: Settings
|
|
labels:
|
|
- configuration
|
|
- cli
|
|
- title: Bug Fixes
|
|
labels:
|
|
- bug
|
|
- title: Formatter
|
|
labels:
|
|
- formatter
|
|
- title: Preview
|
|
labels:
|
|
- preview
|
|
- title: Other Changes
|
|
labels:
|
|
- "*"
|