File tree Expand file tree Collapse file tree 1 file changed +71
-0
lines changed Expand file tree Collapse file tree 1 file changed +71
-0
lines changed Original file line number Diff line number Diff line change 1+ # .github/release.yml
2+
3+ changelog :
4+ exclude :
5+ labels :
6+ - ignore-for-release
7+ categories :
8+ - title : Breaking Changes 🛠
9+ labels :
10+ - Semver-Major
11+ - breaking-change
12+ - title : API
13+ labels :
14+ - " release notes: api"
15+ - title : ARM
16+ labels :
17+ - " release notes: arm"
18+ - title : NXP
19+ labels :
20+ - " release notes: nxp"
21+ - title : Exir
22+ labels :
23+ - " release notes: exir"
24+ - title : Misc
25+ labels :
26+ - " release notes: misc"
27+ - title : Apple
28+ labels :
29+ - " release notes: apple"
30+ - title : Build
31+ labels :
32+ - " release notes: build"
33+ - title : Vulkan
34+ labels :
35+ - " release notes: vulkan"
36+ - title : Cadence
37+ labels :
38+ - " release notes: cadence"
39+ - title : Runtime
40+ labels :
41+ - " release notes: runtime"
42+ - title : XNNPACK
43+ labels :
44+ - " release notes: xnnpack"
45+ - title : Devtools
46+ labels :
47+ - " release notes: devtools"
48+ - title : Examples
49+ labels :
50+ - " release notes: examples"
51+ - title : Mediatek
52+ labels :
53+ - " release notes: mediatek"
54+ - title : Openvino
55+ labels :
56+ - " release notes: openvino"
57+ - title : Qualcomm
58+ labels :
59+ - " release notes: qualcomm"
60+ - title : Training
61+ labels :
62+ - " release notes: training"
63+ - title : Quantization
64+ labels :
65+ - " release notes: quantization"
66+ - title : Ops & kernels
67+ labels :
68+ - " release notes: ops & kernels"
69+ - title : Other Changes
70+ labels :
71+ - " *"
You can’t perform that action at this time.
0 commit comments