add automatic release notes categorization

This commit is contained in:
Jacob Overgaard
2024-03-14 09:45:55 +01:00
parent 537a2fb844
commit ab8e00fe61

View File

@@ -0,0 +1,40 @@
# .github/release.yml
changelog:
exclude:
labels:
- ignore-for-release
- duplicate
- wontfix
categories:
- title: 🙌 Notable Changes
labels:
- notable
- title: 💥 Breaking Changes
labels:
- category/breaking
- title: 🚀 New Features
labels:
- type/feature
- category/feature
- type/enhancement
- category/enhancement
- title: 🐛 Bug Fixes
labels:
- type/bug
- category/bug
- title: 📄 Documentation
labels:
- documentation
- title: 🏠 Internal
labels:
- internal
- title: 📦 Dependencies
labels:
- dependencies
- title: 🌈 A11Y
labels:
- accessibility
- title: Other Changes
labels:
- '*'