Skip to content

Commit

Permalink
Merge pull request #148 from kyaukyuai/fix/release-drafter
Browse files Browse the repository at this point in the history
Update name and tag templates to include 'v' prefix
  • Loading branch information
kyaukyuai authored Mar 2, 2024
2 parents 3c84eb7 + ff16658 commit afa2e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit afa2e34

Please sign in to comment.