From 6ab72e177b1a90c912adb7d203110aaac1d14b82 Mon Sep 17 00:00:00 2001 From: Adarsh Rawat Date: Mon, 8 Jul 2024 10:54:22 +0530 Subject: [PATCH] Create release.yml --- .github/release.yml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000000..bd9a45fad8 --- /dev/null +++ b/.github/release.yml @@ -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: + - "*"