From c8120a65350a7b73a36f208d86587fb7597ae6ce Mon Sep 17 00:00:00 2001 From: Johnny Huynh <27847622+johnnyhuy@users.noreply.github.com> Date: Sun, 21 Apr 2024 10:08:33 +1000 Subject: [PATCH] chore: Update release drafter configuration with version variable usage - Update release drafter configuration to use $RESOLVED_VERSION variable - Ensure consistent naming conventions in release drafter template - Enhance readability and maintainability of release notes by utilizing variables in template --- .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 0a8f2b4..6c76977 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' categories: - title: '🚀 Features' labels: