Update release.yml

This commit is contained in:
Jeremiah Lowin 2025-06-23 10:30:38 -04:00
commit a14b621ab9

9
.github/release.yml vendored
View file

@ -7,6 +7,9 @@ changelog:
- title: New Features 🎉
labels:
- feature
exclude:
labels:
- contrib
- title: Enhancements 🔧
labels:
@ -14,17 +17,21 @@ changelog:
exclude:
labels:
- breaking change
- contrib
- title: Fixes 🐞
labels:
- bug
exclude:
labels:
- breaking change
- contrib
- title: Breaking Changes 🛫
labels:
- breaking change
exclude:
labels:
- contrib
- title: Docs 📚
labels: