From e3c795a1f02c128027102a8e7db26e96738acf78 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Thu, 10 Aug 2023 09:26:13 -0700 Subject: [PATCH] Group release notes by crate Signed-off-by: Maksym Pavlenko --- .github/release.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..e37a9e2 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,27 @@ +changelog: + categories: + - title: Runc crate + labels: + - C-runc + - title: Runc shim crate + labels: + - C-runc-shim + - title: Shim crate + labels: + - C-shim + - title: Shim protos crate + labels: + - C-shim-protos + - title: Snapshots crate + labels: + - C-snapshots + - title: Client crate + labels: + - C-client + - title: Logging crate + labels: + - C-logging + - title: Other changes + labels: + - T-CI + - T-docs