chore: automate releases (#81)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2024-10-26 16:45:20 +02:00 committed by GitHub
parent f372c26bb9
commit 66ea1e4995
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 135 additions and 67 deletions

17
.github/release.yml vendored Normal file
View file

@ -0,0 +1,17 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Exciting New Features 🏕
labels:
- enhancement
- title: Bugfixes 🐞
labels:
- bug
- title: Breaking Changes 🛠
labels:
- breaking-change
- title: Other Changes
labels:
- "*"