From 3e903696828e84ecdf5e34b0706c05b89da1c795 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Tue, 7 Oct 2025 16:12:15 +0200 Subject: [PATCH] Change release drafter versioning to minor version --- .github/release-drafter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index afd12c9..6e796c6 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,6 +1,6 @@ # Template for release drafts -name-template: 'v$NEXT_PATCH_VERSION' # You can switch to $NEXT_MINOR_VERSION or $NEXT_MAJOR_VERSION -tag-template: 'v$NEXT_PATCH_VERSION' +name-template: 'v$NEXT_MINOR_VERSION' # You can switch to $NEXT_MINOR_VERSION or $NEXT_MAJOR_VERSION +tag-template: 'v$NEXT_MINOR_VERSION' # Exclude PRs with this label from release notes exclude-labels: