From bd201f3ac810d199cecbdc2b1be0f79b5a97f0b9 Mon Sep 17 00:00:00 2001 From: David Simansky Date: Wed, 17 Jul 2024 14:57:05 +0200 Subject: [PATCH 1/2] 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 From b467847b09bf228329115cdb983502b530300897 Mon Sep 17 00:00:00 2001 From: David Simansky Date: Wed, 17 Jul 2024 16:20:04 +0200 Subject: [PATCH 2/2] Add dependabot to ignore list --- .github/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/release.yml b/.github/release.yml index da477ee..b43e37e 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,6 +1,7 @@ changelog: exclude: authors: + - dependabot - knative-automation categories: - title: 🚨 Breaking or Notable Changes