Skip to content

Commit

Permalink
build(release): prefix v in version tag template
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Dec 3, 2019
1 parent 7089f74 commit f68ed98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: '$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '🚀 Features'
labels:
Expand Down

0 comments on commit f68ed98

Please sign in to comment.