Skip to content

Create release.yml #9884

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# .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"
- title: NXP
labels:
- "release notes: nxp"
- title: Exir
labels:
- "release notes: exir"
- title: Misc
labels:
- "release notes: misc"
- title: Apple
labels:
- "release notes: apple"
- title: Build
labels:
- "release notes: build"
- title: Vulkan
labels:
- "release notes: vulkan"
- title: Cadence
labels:
- "release notes: cadence"
- title: Runtime
labels:
- "release notes: runtime"
- title: XNNPACK
labels:
- "release notes: xnnpack"
- title: Devtools
labels:
- "release notes: devtools"
- title: Examples
labels:
- "release notes: examples"
- title: Mediatek
labels:
- "release notes: mediatek"
- title: Openvino
labels:
- "release notes: openvino"
- title: Qualcomm
labels:
- "release notes: qualcomm"
- title: Training
labels:
- "release notes: training"
- title: Quantization
labels:
- "release notes: quantization"
- title: Ops & kernels
labels:
- "release notes: ops & kernels"
- title: Other Changes
labels:
- "*"
Loading