From 8ed457c77c59b34bcd57f93dff66c2bab802e472 Mon Sep 17 00:00:00 2001 From: Pauline Vos Date: Fri, 29 Aug 2025 12:05:58 +0200 Subject: [PATCH] Improve change log categories (#3442) So that anything labeled `feature` is added to the Features category and docs changes are listed as a separate category --- .github/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index aabd8e4f2..0ca62014a 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -12,10 +12,14 @@ changelog: - title: New Features labels: - enhancement + - feature - title: Fixed labels: - bug - fixed + - title: Documentation Changes + labels: + - docs - title: Other Changes labels: - "*"