Skip to content

Commit c821b41

Browse files
committed
Correct relase-it configuration
1 parent f54f8c9 commit c821b41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
},
3232
"release-it": {
3333
"plugins": {
34-
"@release-it-plugins/workspaces": true,
34+
"@release-it-plugins/workspaces": {
35+
"publish": false
36+
},
3537
"@release-it-plugins/lerna-changelog": {
3638
"infile": "CHANGELOG.md",
3739
"launchEditor": true
@@ -40,9 +42,7 @@
4042
"git": {
4143
"tagName": "v${version}"
4244
},
43-
"npm": {
44-
"publish": false
45-
},
45+
"npm": false,
4646
"github": {
4747
"release": true,
4848
"tokenRef": "GITHUB_AUTH"

0 commit comments

Comments
 (0)