Create release.yml

This commit is contained in:
Jeremiah Lowin 2024-11-30 19:42:40 -05:00 committed by GitHub
commit e63d10c2bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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

@ -0,0 +1,32 @@
changelog:
exclude:
labels:
- ignore in release notes
categories:
- title: New Features 🎉
labels:
- feature
- enhancement
exclude:
labels:
- breaking change
- title: Fixes 🐞
labels:
- bug
exclude:
labels:
- breaking change
- title: Breaking Changes 🛫
labels:
- breaking change
- title: Docs 📚
labels:
- documentation
- title: Other Changes 🦾
labels:
- "*"