Skip to content

Commit

Permalink
fix: release naming issue (#2432)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Hendrickson <[email protected]>
  • Loading branch information
as1729 and TylerHendrickson authored Jan 5, 2024
1 parent 85e1c59 commit 82f4867
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
Expand Up @@ -2,7 +2,7 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'release/$RESOLVED_VERSION'
tag-prefix: 'release/'
version-template: '2023.$MINOR'
version-template: '$RESOLVED_VERSION'
version-resolver:
default: minor
prerelease: true
Expand Down

0 comments on commit 82f4867

Please sign in to comment.