Skip to content

Commit a613d0c

Browse files
authored
Update release-drafter.yml
1 parent 574eb04 commit a613d0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717

18-
name-template: 'v$NEXT_PATCH_VERSION 🌈'
19-
tag-template: 'v$NEXT_PATCH_VERSION'
18+
name-template: '$NEXT_PATCH_VERSION 🌈'
19+
tag-template: '$NEXT_PATCH_VERSION'
2020
categories:
2121
- title: '🚀 Features'
2222
labels:
@@ -39,4 +39,4 @@ change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
3939
template: |
4040
## Changes
4141
42-
$CHANGES
42+
$CHANGES

0 commit comments

Comments
 (0)