Create release.yml

This commit is contained in:
Ethan Pippin 2022-01-20 14:11:41 -07:00
parent b29a460f7d
commit 8a99aebe5e
1 changed files with 14 additions and 0 deletions

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

@ -0,0 +1,14 @@
# .github/release.yml
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: New Features 🎉
labels:
- enhancement
- title: Bug Fixes 🛠
labels:
- bug
- crash