mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
8495750cb8
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
35 lines
699 B
YAML
35 lines
699 B
YAML
# .github/release.yml
|
|
|
|
changelog:
|
|
exclude:
|
|
labels:
|
|
- ignore-for-release
|
|
categories:
|
|
- title: Breaking Changes 🛠
|
|
labels:
|
|
- Semver-Major
|
|
- breaking-change
|
|
- title: "Bug fixes :bug:"
|
|
labels:
|
|
- bug
|
|
- regression
|
|
- title: Exciting New Features 🎉
|
|
labels:
|
|
- Semver-Minor
|
|
- enhancement
|
|
- ux
|
|
- roadmap
|
|
- title: 🧠 Models
|
|
labels:
|
|
- area/ai-model
|
|
- title: 📖 Documentation and examples
|
|
labels:
|
|
- kind/documentation
|
|
- examples
|
|
- title: 👒 Dependencies
|
|
labels:
|
|
- dependencies
|
|
- title: Other Changes
|
|
labels:
|
|
- "*"
|