Skip to content

Commit

Permalink
fix: fix automatic release name (#1356)
Browse files Browse the repository at this point in the history
**Related Ticket:** #1347 

### Description of Changes
I don't think this is the reason why the release versioning was wrong,
but it is a fix that needs to go in anyway. (All other places use small
`v` for release)
  • Loading branch information
hanbyul-here authored Jan 6, 2025
1 parent e8d3b91 commit 1cc8824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"github": {
"release": true,
"releaseName": "V${version}",
"releaseName": "v${version}",
"releaseNotes": null,
"autoGenerate": true,
"preRelease": false,
Expand Down

0 comments on commit 1cc8824

Please sign in to comment.