Skip to content

Commit

Permalink
fix(release-draft): fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
xael-fry committed Mar 3, 2024
1 parent 986cb02 commit c584ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/release-drafts/increasing-minor-version.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: 'Play $NEXT_PATCH_VERSION'
tag-template: '$NEXT_PATCH_VERSION'
name-template: 'Play $NEXT_MINOR_VERSION'
tag-template: '$NEXT_MINOR_VERSION'
template: |
# :mega: Play $NEXT_MINOR_VERSION Released
Expand Down

0 comments on commit c584ec1

Please sign in to comment.