docs: configure the auto-generated release notes (#142)

Add the configuration file for the GitHub releases.
development
Thomas Bouffard 2022-11-20 20:43:57 +01:00 committed by GitHub
parent aeea27dcc8
commit 24b0cda11a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
.github/release.yml vendored Normal file
View File

@ -0,0 +1,24 @@
changelog:
exclude:
labels:
- dependencies
- skip-changelog
categories:
- title: 🎉 New Features
labels:
- enhancement
- title: 🐛 Bug Fixes
labels:
- bug
- title: 📝 Documentation
labels:
- documentation
- title: ⚙️ Refactor
labels:
- refactor
- title: 🛠 Chore
labels:
- chore
- title: Other Changes
labels:
- "*"