-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cec2456
commit 6ab72e1
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# .github/release.yml | ||
|
||
changelog: | ||
exclude: | ||
labels: | ||
- ignore-for-release | ||
authors: | ||
- octocat | ||
categories: | ||
- title: Breaking Changes 🛠 | ||
labels: | ||
- breaking-change | ||
- title: P4 Specification Implementation | ||
labels: | ||
- p4-spec | ||
- title: Changes to the Compiler Core | ||
labels: | ||
- core | ||
- title: Changes to the Control Plane | ||
labels: | ||
- control-plane | ||
- title: Changes to the BMv2 Back Ends | ||
labels: | ||
- bmv2 | ||
- bmv2-psa | ||
- title: Changes to the eBPF Back Ends | ||
labels: | ||
- ebpf | ||
- ebpf-psa | ||
- title: Changes to the TC Back End | ||
labels: | ||
- p4tc | ||
- title: Changes to the DPDK Back End | ||
labels: | ||
- dpdk | ||
- title: Changes to the P4Tools Back End | ||
labels: | ||
- p4tools | ||
- title: Other Changes | ||
labels: | ||
- "*" |