File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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/*"
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments