Skip to content

Commit

Permalink
feat(yarn): update release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
FradSer committed Mar 2, 2023
1 parent c98aad7 commit db31b40
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,7 +1,8 @@
{
"git": {
"commitMessage": "chore(yarn): bump to v${version}",
"tagName": "v${version}"
"tagName": "v${version}",
"requireUpstream": false
},
"github": {
"release": false
Expand Down

0 comments on commit db31b40

Please sign in to comment.