mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
24 lines
476 B
YAML
24 lines
476 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
|
||
|
- title: Exciting New Features 🎉
|
||
|
labels:
|
||
|
- Semver-Minor
|
||
|
- enhancement
|
||
|
- title: 👒 Dependencies
|
||
|
labels:
|
||
|
- dependencies
|
||
|
- title: Other Changes
|
||
|
labels:
|
||
|
- "*"
|