From bdbc6a08123f1700d69545ecfbfcd0249bbf1d07 Mon Sep 17 00:00:00 2001 From: NextTurn <45985406+NextTurn@users.noreply.github.com> Date: Sat, 23 Feb 2019 00:00:00 +0800 Subject: [PATCH] Update tag format --- .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 33c7a81..bb25443 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,6 +1,6 @@ # Configuration for Release Drafter: https://github.com/toolmantim/release-drafter name-template: WinSW v$NEXT_PATCH_VERSION -tag-template: winsw-v$NEXT_PATCH_VERSION +tag-template: v$NEXT_PATCH_VERSION # This repo follows the Semantic Versioning 2.0.0 approach: https://semver.org/ version-template: $MAJOR.$MINOR.$PATCH