Skip to content

Commit 66c80e5

Browse files
committed
ci: Add lerna dist-tag for release
1 parent 1c14588 commit 66c80e5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

lerna.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
5-
"version": "0.13.13"
2+
"packages": ["packages/*"],
3+
"version": "0.13.13",
4+
"command": {
5+
"publish": {
6+
"distTag": "release-v0.13"
7+
}
8+
}
69
}

0 commit comments

Comments
 (0)