Skip to content

Commit

Permalink
Add a release template to the compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy committed May 30, 2024
1 parent 675d5bc commit 13c6eb7
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/release.yml
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:
- testgen
- title: Other Changes
labels:
- "*"

0 comments on commit 13c6eb7

Please sign in to comment.