File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
1818# npm pkg set devDependencies.@patternfly/patternfly=${PATTERNFLY_VERSION} --workspace @patternfly/react-core --workspace @patternfly/react-styles --workspace @patternfly/react-tokens --workspace @patternfly/react-icons
1919# fi
2020
21- # yarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
21+ # use lerna command to perform a patch releaes:
22+ yarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
2223
23- # use lerna command below for dry run
24- yarn run lerna version patch --yes --no-git-tag-version --no-push --no-private | tee lerna-output.txt
24+ # use lerna command below for dry run of patch release
25+ # yarn run lerna version patch --yes --no-git-tag-version --no-push --no-private | tee lerna-output.txt
2526
2627
2728# publish to npm
You can’t perform that action at this time.
0 commit comments