Skip to content

Commit

Permalink
Update commit message in .release-it.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavocadev committed Feb 17, 2024
1 parent cc73706 commit 5ff2259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"git": {
"commitMessage": "chore: release v${version}"
"commitMessage": "chore: release v${version}",
"releaseName": "v${version}"
},
"github": {
"release": true
Expand Down

0 comments on commit 5ff2259

Please sign in to comment.