Skip to content

Commit 1b92991

Browse files
authored
Update promote.sh
1 parent c006198 commit 1b92991

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/promote.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)