From 6bc508bd25402b58eefe8970f87418009ef93fae Mon Sep 17 00:00:00 2001 From: Michael Hiiva Date: Mon, 11 Oct 2021 11:29:23 -0700 Subject: [PATCH] Removed 'v' as Prefix for Release Drafter Versions. --- .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 186b2348..7bb19a88 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,5 @@ -name-template: 'v$RESOLVED_VERSION' -tag-template: 'v$RESOLVED_VERSION' +name-template: '$RESOLVED_VERSION' +tag-template: '$RESOLVED_VERSION' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. categories: - title: 'Major'