44 lines
906 B
YAML
44 lines
906 B
YAML
# .github/release.yml
|
|
|
|
changelog:
|
|
exclude:
|
|
labels:
|
|
- ignore-for-release
|
|
- duplicate
|
|
- wontfix
|
|
categories:
|
|
- title: 🙌 Notable Changes
|
|
labels:
|
|
- category/notable
|
|
- title: 🐛 Bug Fixes
|
|
labels:
|
|
- type/bug
|
|
- category/bug
|
|
- type/improvement
|
|
- title: 💥 Breaking Changes
|
|
labels:
|
|
- category/breaking
|
|
- title: 🐛 Bug Fixes
|
|
labels:
|
|
- type/bug
|
|
- category/bug
|
|
- type/improvement
|
|
- title: 📄 Documentation
|
|
labels:
|
|
- category/documentation
|
|
- title: 🏠 Internal
|
|
labels:
|
|
- internal
|
|
- title: 📦 Dependencies
|
|
labels:
|
|
- dependencies
|
|
- title: 🌈 A11Y
|
|
labels:
|
|
- category/accessibility
|
|
- title: 🚀 New Features
|
|
labels:
|
|
- type/feature
|
|
- title: Other Changes
|
|
labels:
|
|
- '*'
|