Skip to content

Commit 1417d7c

Browse files
committed
beta for core
1 parent a77ca3b commit 1417d7c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

lerna.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,17 @@
1313
"message": "chore(release): publish",
1414
"preid": "beta",
1515
"conventionalPrerelease": true,
16-
"noPrivate": true
16+
"noPrivate": true,
17+
"noGitTagVersion": true,
18+
"noPush": true,
19+
"noChangeLog": true,
20+
"distTag": "beta",
21+
"preDistTag": "beta",
22+
"ignoreChanges": [
23+
"packages/experiment-core/**"
24+
]
1725
},
18-
"publish": {
26+
"publishConfig": {
1927
"distTag": "beta",
2028
"preDistTag": "beta"
2129
}

0 commit comments

Comments
 (0)