From 2917e2f849d45aee3722cfd341baa1ee82a0fd57 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Mon, 21 Aug 2023 10:39:52 +1000 Subject: [PATCH] Generate all release note categories with labels If reviewers add the right labels to pull requests then the release note categories can be generated automatically. --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++++- .github/release.yml | 9 ++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 54c8eb8c33..b247cb8aed 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -20,7 +20,11 @@ -Changelog Category: User facing changes | Technical changes +Changelog Category (reviewers may add a label for the release notes): + +- [x] User facing changes +- [ ] Technical changes only +- [ ] Feature toggled diff --git a/.github/release.yml b/.github/release.yml index 2a108dc6c8..c6540dd8e2 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -6,6 +6,13 @@ changelog: exclude: labels: - dependencies - - title: Dependencies 📦 + - feature toggled + - technical changes only + - title: "Experimental features for testing 😎" + - feature toggled + - title: "Technical changes 🔧" + labels: + - technical changes only + - title: "Dependencies 📦" labels: - dependencies