From c2ddc6a46aed5712c0e89a5d285c0c5618a9c703 Mon Sep 17 00:00:00 2001 From: Kai Cowger <42045002+kcowger@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:26:38 -0400 Subject: [PATCH] Create release.yml Creating release.yml to make generating automated releases more informative. --- .github/release.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 000000000000..1bf42986fb02 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,18 @@ +# .github/release.yml + +changelog: + exclude: + authors: + - dependabot + - token-generator-for-cchq + categories: + - title: Product Updates + labels: + - product/all-users-all-environments + - title: Custom Feature Updates + labels: + - product/feature-flag + - product/custom + - title: All other updates + labels: + - "*"