From a5fbb4edbc99f44727a83b8392faa41e818fc621 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Wed, 16 Oct 2024 11:46:57 +0200 Subject: [PATCH] Release notes: Add example category Update the release note generation configuration by adding an example category (below bugs and above docs). --- .github/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index 0277adf3cd5..e29dd2ed005 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -19,6 +19,9 @@ changelog: - title: 🐛 Bugs fixed labels: - bug + - title: 🔍 Examples updated + labels: + - example - title: 📜 Documentation improvements labels: - docs