Skip to content

Commit

Permalink
chore: update release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopr committed Dec 12, 2023
1 parent 0e64648 commit df0a0db
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"git": {
"requireBranch": "main",
"commitMessage": "chore: release v${version}"
"commitMessage": "chore: release v${version}",
"tagName": "v${version}"
},
"npm": {
"publish": false
},
"npm": false,
"github": {
"release": true
},
Expand Down

0 comments on commit df0a0db

Please sign in to comment.