Skip to content

Commit

Permalink
fix: turn on dry run to test removing --no-private [skip-a11y] (#9549)
Browse files Browse the repository at this point in the history
* fix: turn on dry run to test removing --no-private [skip-a11y]

* update react-core version in demo app
  • Loading branch information
nicolethoen authored Aug 29, 2023
1 parent 82d2507 commit bf35bf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ echo "Doing a release..."
LOG=$(git log --format="%s" -1 | grep -Poe "#\d+")
PR_NUM=${LOG:1}

yarn run lerna publish prerelease --preid=prerelease --dist-tag=prerelease --yes --no-private 2>&1 | tee lerna-output.txt
# yarn run lerna publish prerelease --preid=prerelease --dist-tag=prerelease --yes --no-private 2>&1 | tee lerna-output.txt

# use lerna command below for dry run
# yarn run lerna version prerelease --preid=prerelease --no-private --yes --no-git-tag-version --no-push | tee lerna-output.txt
yarn run lerna version prerelease --preid=prerelease --yes --no-git-tag-version --no-push | tee lerna-output.txt

if grep -i "Successfully published" lerna-output.txt; # Leave a Github comment
then
Expand Down
2 changes: 1 addition & 1 deletion packages/react-integration/demo-app-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve:demo-app": "node scripts/serve"
},
"dependencies": {
"@patternfly/react-core": "^5.1.1-prerelease.0",
"@patternfly/react-core": "^5.1.1-prerelease.1",
"react": "^18",
"react-dom": "^18",
"react-router": "^5.3.3",
Expand Down

0 comments on commit bf35bf9

Please sign in to comment.