From c5706867fabfd4d18bb1d5b8d3aa0c2e012d824d Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Tue, 26 Sep 2023 10:31:44 +0200 Subject: [PATCH] release Drafter - Use tags with v by default --- .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 144ebda..e731495 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: $NEXT_PATCH_VERSION -tag-template: $NEXT_PATCH_VERSION +name-template: v$NEXT_PATCH_VERSION +tag-template: v$NEXT_PATCH_VERSION # Emoji reference: https://gitmoji.carloscuesta.me/ categories: