Spaces:
Configuration error
Configuration error
# .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: "π§ P2P area" | |
labels: | |
- area/p2p | |
- 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: | |
- "*" | |