diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/release-drafter.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 81920788..0eed426e 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: |
