Skip to content

Commit

Permalink
try to fix release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
jdfekete committed May 10, 2021
1 parent b3260a7 commit 742b505
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 @@ -5,7 +5,8 @@
"afterRelease": "echo Successfully released ${name} v${version} to ${repo.repository}."
},
"git": {
"tagName": "v%s"
"tagName": "v${version}",
"requireCleanWorkingDir": false
},
"npm": {
"publish": true
Expand Down

0 comments on commit 742b505

Please sign in to comment.