Skip to content

Commit 1aae085

Browse files
committed
[skip ci] improve lerna config
1 parent c331864 commit 1aae085

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
command: |
118118
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
119119
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
120-
yarn release
120+
yarn release --yes
121121
PACKAGE_SUFFIX=edge yarn build
122122
./scripts/workspace-run npm publish
123123

lerna.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"conventionalCommits": true,
6-
"yes": true,
6+
"exact": true,
77
"noPush": true,
8-
"gitTagVersion": false,
98
"packages": [
109
"packages/*",
1110
"distributions/*"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:lint": "yarn lint",
2222
"test:unit": "jest test/unit",
2323
"postinstall": "lerna link && yarn dev",
24-
"release": "lerna version --exact"
24+
"release": "lerna version"
2525
},
2626
"devDependencies": {
2727
"@babel/core": "^7.1.6",

0 commit comments

Comments
 (0)