Merge pull request #924 from jlowin/docstring

This commit is contained in:
Jeremiah Lowin 2025-06-23 10:30:55 -04:00 committed by GitHub
commit e117fa0fa3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: