From c584ec1dafd7e19055326f6b9a589aaa5766955e Mon Sep 17 00:00:00 2001 From: Alexandre Chatiron Date: Sun, 3 Mar 2024 15:39:08 +0100 Subject: [PATCH] fix(release-draft): fix version number --- .github/release-drafts/increasing-minor-version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-drafts/increasing-minor-version.yml b/.github/release-drafts/increasing-minor-version.yml index 2982d45995..2bc4a4f48e 100644 --- a/.github/release-drafts/increasing-minor-version.yml +++ b/.github/release-drafts/increasing-minor-version.yml @@ -1,5 +1,5 @@ -name-template: 'Play $NEXT_PATCH_VERSION' -tag-template: '$NEXT_PATCH_VERSION' +name-template: 'Play $NEXT_MINOR_VERSION' +tag-template: '$NEXT_MINOR_VERSION' template: | # :mega: Play $NEXT_MINOR_VERSION Released