Skip to content

Commit cdfcf33

Browse files
authored
chore: prep repo for 5.3 development [ci skip]
1 parent fc901ee commit cdfcf33

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/promote.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
1212
# Update their versions and changelogs according to angular commit guidelines
1313
# https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit
1414

15-
if [[ ! -z "${CORE_VERSION}" ]]; then
16-
echo "Updating to @patternfly/patternfly: ${CORE_VERSION}"
17-
npm pkg set dependencies.@patternfly/patternfly=${CORE_VERSION} --workspace @patternfly/react-docs
18-
npm pkg set devDependencies.@patternfly/patternfly=${CORE_VERSION} --workspace @patternfly/react-core --workspace @patternfly/react-styles --workspace @patternfly/react-tokens --workspace @patternfly/react-icons
19-
fi
15+
# if [[ ! -z "${CORE_VERSION}" ]]; then
16+
# echo "Updating to @patternfly/patternfly: ${CORE_VERSION}"
17+
# npm pkg set dependencies.@patternfly/patternfly=${CORE_VERSION} --workspace @patternfly/react-docs
18+
# npm pkg set devDependencies.@patternfly/patternfly=${CORE_VERSION} --workspace @patternfly/react-core --workspace @patternfly/react-styles --workspace @patternfly/react-tokens --workspace @patternfly/react-icons
19+
# fi
2020

2121
# publish to npm
22-
yarn run lerna publish --conventional-commits --conventional-graduate --no-private --dist-tag=latest --yes
22+
# yarn run lerna publish --conventional-commits --conventional-graduate --no-private --dist-tag=latest --yes
2323

2424
# immediately after promote - set up repo for next prerelease
25-
# yarn run lerna version preminor --force-publish --conventional-commits --no-private --yes --preid prerelease
25+
yarn run lerna version preminor --force-publish --conventional-commits --no-private --yes --preid prerelease
2626

2727
# dry run
2828
# yarn run lerna version --conventional-commits --conventional-graduate --no-private --yes --no-git-tag-version --no-push

0 commit comments

Comments
 (0)