2023-05-23 15:12:48 +00:00
|
|
|
# .github/release.yml
|
|
|
|
|
|
|
|
changelog:
|
|
|
|
exclude:
|
|
|
|
labels:
|
|
|
|
- ignore-for-release
|
|
|
|
categories:
|
|
|
|
- title: Breaking Changes 🛠
|
|
|
|
labels:
|
|
|
|
- Semver-Major
|
|
|
|
- breaking-change
|
|
|
|
- title: "Bug fixes :bug:"
|
|
|
|
labels:
|
|
|
|
- bug
|
2024-03-23 14:22:26 +00:00
|
|
|
- regression
|
2023-05-23 15:12:48 +00:00
|
|
|
- title: Exciting New Features 🎉
|
|
|
|
labels:
|
|
|
|
- Semver-Minor
|
|
|
|
- enhancement
|
2024-03-23 14:22:26 +00:00
|
|
|
- ux
|
|
|
|
- roadmap
|
|
|
|
- title: 🧠 Models
|
|
|
|
labels:
|
|
|
|
- area/ai-model
|
|
|
|
- title: 📖 Documentation and examples
|
|
|
|
labels:
|
|
|
|
- kind/documentation
|
|
|
|
- examples
|
2023-05-23 15:12:48 +00:00
|
|
|
- title: 👒 Dependencies
|
|
|
|
labels:
|
|
|
|
- dependencies
|
|
|
|
- title: Other Changes
|
|
|
|
labels:
|
2024-03-23 14:22:26 +00:00
|
|
|
- "*"
|