Skip to content

Commit 7c17198

Browse files
committedSep 24, 2023
Skip NPM workspaces on version update
1 parent 927f68c commit 7c17198

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎packages/toolkit/.release-it.json

+3
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
},
55
"git": {
66
"tagName": "v${version}"
7+
},
8+
"npm": {
9+
"versionArgs": ["--workspaces-update=false"]
710
}
811
}

0 commit comments

Comments
 (0)
Please sign in to comment.