-
Notifications
You must be signed in to change notification settings - Fork 444
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a release template to the compiler. (#4692)
* Add a release template to the compiler. * Fix some stale release configurations.
- Loading branch information
Showing
3 changed files
with
43 additions
and
1 deletion.
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: | ||
- "*" |
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
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