File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,14 @@ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
18
18
# npm pkg set devDependencies.@patternfly/patternfly=${PATTERNFLY_VERSION} --workspace @patternfly/react-core --workspace @patternfly/react-styles --workspace @patternfly/react-tokens --workspace @patternfly/react-icons
19
19
# fi
20
20
21
+ # yarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
22
+
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
25
+
26
+
21
27
# publish to npm
22
- yarn run lerna publish --conventional-commits --conventional-graduate --no-private --dist-tag=latest --yes
28
+ # yarn run lerna publish --conventional-commits --conventional-graduate --no-private --dist-tag=latest --yes
23
29
24
30
# immediately after promote - set up repo for next prerelease
25
31
# yarn run lerna version preminor --force-publish --conventional-commits --no-private --yes --preid prerelease
You can’t perform that action at this time.
0 commit comments