Spaces:
Configuration error
Configuration error
File size: 762 Bytes
700a3cf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
# .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:
- "*"
|