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'