Configure automatically generated release notes (#2341)

This commit is contained in:
messense 2023-01-30 20:21:29 +08:00 committed by GitHub
parent 502574797f
commit 1e325edfb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.github/release.yml vendored Normal file
View 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:
- "*"