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