Add configuration for github release generation

This commit is contained in:
Dom Del Nano 2023-07-07 08:13:27 -07:00
parent 524ef18847
commit 02280e60e4

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

@ -0,0 +1,14 @@
changelog:
categories:
- title: Breaking Changes 🛠
labels:
- breaking-change
- title: New Features 🎉
labels:
- enhancement
- title: Bug fixes
labels:
- bug
- title: Other Changes
labels:
- "*"