add release.yml to be able to categorise github release notes (#16219)

This commit is contained in:
Jacob Overgaard
2024-05-06 11:22:54 +02:00
parent b98a6aaa41
commit b2d6bb20ba

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

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