From ff166588d23bdcc877423843fa11159c24226333 Mon Sep 17 00:00:00 2001 From: kyaukyuai Date: Sat, 2 Mar 2024 16:09:17 +0900 Subject: [PATCH] Update name and tag templates to include 'v' prefix --- .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 095e3660..683a8853 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,5 @@ -name-template: '$RESOLVED_VERSION 🌈' -tag-template: '$RESOLVED_VERSION' +name-template: 'v$RESOLVED_VERSION 🌈' +tag-template: 'v$RESOLVED_VERSION' categories: - title: '🚀 Features'