Skip to content

Commit

Permalink
feat(build): relase-it tag name configured to prefix v
Browse files Browse the repository at this point in the history
it is common practice to prefix version with prefix letter v.

#6
  • Loading branch information
mohammadGh committed Feb 28, 2024
1 parent 48a4e17 commit c382d62
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
Expand Up @@ -3,7 +3,8 @@
"commitMessage": "chore: release v${version}",
"requireBranch": "main",
"commitArgs": "--no-verify",
"push": "false"
"push": "false",
"tagName": "v${version}"
},
"npm": {
"release": true
Expand Down

0 comments on commit c382d62

Please sign in to comment.