Skip to content

Commit 2bbfd91

Browse files
committed
configure manual release to also keep all package versions in sync
1 parent 79a76a0 commit 2bbfd91

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.releaseconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"packages/*/{LICENSE,README}{,.md}"
66
],
77
"ioPackage": "packages/controller",
8-
"ioPackageNoPrerelease": true
8+
"ioPackageNoPrerelease": true,
9+
"publishAll": true
910
}

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "4.0.2",
5+
"version": "4.0.3",
66
"//": "Set up some command options",
77
"command": {
88
"//": "Running a script should show the output while it is generated",

0 commit comments

Comments
 (0)