We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54f8c9 commit c821b41Copy full SHA for c821b41
package.json
@@ -31,7 +31,9 @@
31
},
32
"release-it": {
33
"plugins": {
34
- "@release-it-plugins/workspaces": true,
+ "@release-it-plugins/workspaces": {
35
+ "publish": false
36
+ },
37
"@release-it-plugins/lerna-changelog": {
38
"infile": "CHANGELOG.md",
39
"launchEditor": true
@@ -40,9 +42,7 @@
40
42
"git": {
41
43
"tagName": "v${version}"
44
- "npm": {
- "publish": false
45
- },
+ "npm": false,
46
"github": {
47
"release": true,
48
"tokenRef": "GITHUB_AUTH"
0 commit comments