From 48de0b427e071ff8f2ca22f0355da6b4789b4ecf Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Fri, 7 Jul 2023 10:06:27 +0200 Subject: [PATCH] Add missing v for release drafter template --- .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 6cdad7a800..32bb1a8cfe 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,5 @@ -name-template: '$NEXT_PATCH_VERSION' -tag-template: '$NEXT_PATCH_VERSION' +name-template: 'v$NEXT_PATCH_VERSION' +tag-template: 'v$NEXT_PATCH_VERSION' template: | ## What’s Changed