mirror of
https://github.com/astral-sh/ruff
synced 2026-01-10 08:04:26 -05:00
20 lines
479 B
YAML
20 lines
479 B
YAML
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
|
|
changelog:
|
|
categories:
|
|
- title: Breaking Changes
|
|
labels:
|
|
- breaking
|
|
- title: Rules
|
|
labels:
|
|
- rule
|
|
- autofix
|
|
- title: Settings
|
|
labels:
|
|
- configuration
|
|
- title: Bug Fixes
|
|
labels:
|
|
- bug
|
|
- title: Other Changes
|
|
labels:
|
|
- "*"
|