From ffaa64093c8a2ceb2d7914a13fd428f46c9b480d Mon Sep 17 00:00:00 2001 From: fruffy Date: Thu, 30 May 2024 08:20:45 -0400 Subject: [PATCH] Add a release template to the compiler. --- .github/release.yml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000000..4c922e4b531 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,38 @@ +# .github/release.yml + +changelog: + exclude: + labels: + - ignore-for-release + authors: + - octocat + categories: + - title: Breaking Changes 🛠 + labels: + - breaking-change + - 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: + - "*"