-
Notifications
You must be signed in to change notification settings - Fork 953
Expand file tree
/
Copy pathrelease.yml
More file actions
96 lines (95 loc) · 2.13 KB
/
release.yml
File metadata and controls
96 lines (95 loc) · 2.13 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# .github/release.yml
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking Changes 🛠
labels:
- Semver-Major
- breaking-change
- title: API
labels:
- "release notes: api"
- title: ARM
labels:
- "release notes: arm"
- "module: arm"
- "partner: arm"
- title: NXP
labels:
- "release notes: nxp"
- "module: nxp"
- title: Exir
labels:
- "release notes: exir"
- "module: exir"
- title: Misc
labels:
- "release notes: misc"
- title: Apple
labels:
- "release notes: apple"
- "module: coreml"
- "module: mps"
- title: Android
labels:
- "module: android"
- title: IOS
labels:
- "module: ios"
- title: Build
labels:
- "release notes: build"
- title: Vulkan
labels:
- "release notes: vulkan"
- "module: vulkan"
- title: Cadence
labels:
- "release notes: cadence"
- "module: cadence"
- title: Runtime
labels:
- "release notes: runtime"
- "module: runtime"
- title: XNNPACK
labels:
- "release notes: xnnpack"
- "module: xnnpack"
- title: Devtools
labels:
- "release notes: devtools"
- "module: devtools"
- title: Examples
labels:
- "release notes: examples"
- title: LLM
labels:
- "module: llm"
- title: Mediatek
labels:
- "release notes: mediatek"
- "partner: mediatek"
- title: Openvino
labels:
- "release notes: openvino"
- title: Qualcomm
labels:
- "release notes: qualcomm"
- "partner: qualcomm"
- "module: qnn"
- title: Training
labels:
- "release notes: training"
- "module: training"
- title: Quantization
labels:
- "release notes: quantization"
- title: Ops & kernels
labels:
- "release notes: ops & kernels"
- "module: kernels"
- title: Other Changes
labels:
- "*"