From 604542f819c9918ed915db171e7b21381697b022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20U=2E=20-=20curqui?= Date: Wed, 13 Sep 2023 20:11:22 +0200 Subject: [PATCH] Update release-draft-template.yml --- .github/release-draft-template.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/release-draft-template.yml b/.github/release-draft-template.yml index 5c15388d..f1c81008 100644 --- a/.github/release-draft-template.yml +++ b/.github/release-draft-template.yml @@ -3,9 +3,12 @@ tag-template: 'v$RESOLVED_VERSION' exclude-labels: - 'skip-changelog' version-resolver: - minor: + major: labels: - 'breaking-change' + minor: + labels: + - 'enhancement' default: patch categories: - title: '⚠️ Breaking changes'