From c0b543677a8ebef618e26c07383cb8d77a18c216 Mon Sep 17 00:00:00 2001 From: David Simansky Date: Wed, 17 Jul 2024 14:33:15 +0200 Subject: [PATCH] Add global release notes template --- .github/release.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..da477ee --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,21 @@ +changelog: + exclude: + authors: + - knative-automation + categories: + - title: 🚨 Breaking or Notable Changes + labels: + - kind/api-change + - kind/deprecation + - kind/removal + - kind/security + - title: 💫 New Features & Enhancements + labels: + - kind/feature + - kind/enhancement + - title: 🐞 Bug Fixes + labels: + - kind/bug + - title: 🛠 Other Changes + labels: + - "*" \ No newline at end of file