From 759beed5604c869c9db428308f788adba0e00f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine?= Date: Thu, 7 Aug 2025 18:15:29 +0200 Subject: [PATCH] Add category in release draft --- .github/release-draft-template.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/release-draft-template.yml b/.github/release-draft-template.yml index 1088be33b..8d687c1ef 100644 --- a/.github/release-draft-template.yml +++ b/.github/release-draft-template.yml @@ -3,13 +3,23 @@ tag-template: 'v$RESOLVED_VERSION' exclude-labels: - 'skip changelog' version-resolver: - major: - labels: - - 'breaking-change' minor: labels: - 'enhancement' default: patch +categories: + - title: '⚠️ Breaking changes' + label: 'breaking-change' + - title: '🚀 Enhancements' + label: 'enhancement' + - title: '🐛 Bug Fixes' + label: 'bug' + - title: '🔒 Security' + label: 'security' + - title: '⚙️ Maintenance/misc' + label: + - 'maintenance' + - 'documentation' template: | $CHANGES