diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 675818c..037af80 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' labels: @@ -48,4 +48,4 @@ sort-by: title template: | ## Changes - $CHANGES \ No newline at end of file + $CHANGES diff --git a/generate/templates/.github/release-drafter.yml.ps1 b/generate/templates/.github/release-drafter.yml.ps1 index 18d4fe7..737594b 100644 --- a/generate/templates/.github/release-drafter.yml.ps1 +++ b/generate/templates/.github/release-drafter.yml.ps1 @@ -1,6 +1,6 @@ @' -name-template: '$RESOLVED_VERSION 🌈' -tag-template: '$RESOLVED_VERSION' +name-template: 'v$RESOLVED_VERSION 🌈' +tag-template: 'v$RESOLVED_VERSION' categories: - title: '🚀 Features' labels: @@ -50,4 +50,5 @@ template: | ## Changes $CHANGES + '@