mirror of https://github.com/astral-sh/ruff
Omit internal and documentation changes from changelog (#4814)
This commit is contained in:
parent
ebdc4afc33
commit
3ff1f003f4
|
|
@ -1,5 +1,9 @@
|
||||||
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
|
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
|
||||||
changelog:
|
changelog:
|
||||||
|
exclude:
|
||||||
|
labels:
|
||||||
|
- internal
|
||||||
|
- documentation
|
||||||
categories:
|
categories:
|
||||||
- title: Breaking Changes
|
- title: Breaking Changes
|
||||||
labels:
|
labels:
|
||||||
|
|
@ -11,6 +15,7 @@ changelog:
|
||||||
- title: Settings
|
- title: Settings
|
||||||
labels:
|
labels:
|
||||||
- configuration
|
- configuration
|
||||||
|
- cli
|
||||||
- title: Bug Fixes
|
- title: Bug Fixes
|
||||||
labels:
|
labels:
|
||||||
- bug
|
- bug
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue