mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-27 13:54:50 +00:00
Configure automatically generated release notes (#2341)
This commit is contained in:
parent
502574797f
commit
1e325edfb1
1 changed files with 19 additions and 0 deletions
19
.github/release.yml
vendored
Normal file
19
.github/release.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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:
|
||||
- "*"
|
Loading…
Add table
Add a link
Reference in a new issue