From ab093b2cdea8919af8efd37338d285fefb41166d Mon Sep 17 00:00:00 2001 From: Christian Klemm Date: Sat, 30 Nov 2019 23:28:48 +0100 Subject: [PATCH] Remove v from release tag --- .github/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 0e1385bf7..e27b5fd7b 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,5 @@ name-template: '$NEXT_PATCH_VERSION' -tag-template: 'v$NEXT_PATCH_VERSION' +tag-template: '$NEXT_PATCH_VERSION' categories: - title: '🚀 Features' labels: