Skip to content

Commit

Permalink
chore(release): update prerelease channel (#9240)
Browse files Browse the repository at this point in the history
* chore(release): update prerelease channel

* oops
  • Loading branch information
nicolethoen authored Jun 5, 2023
1 parent 0dac847 commit 7c34841
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ echo "Doing a release..."
LOG=$(git log --format="%s" -1 | grep -Poe "#\d+")
PR_NUM=${LOG:1}

yarn run lerna publish --conventional-commits --create-release=github --no-verify-access --yes 2>&1 | tee lerna-output.txt
yarn run lerna publish --conventional-commits --create-release=github --dist-tag=prerelease-v4 --no-verify-access --yes 2>&1 | tee lerna-output.txt

if grep -i "Successfully published" lerna-output.txt; # Leave a Github comment
then
Expand Down
3 changes: 1 addition & 2 deletions packages/react-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"*.scss"
],
"publishConfig": {
"access": "public",
"tag": "prerelease"
"access": "public"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-code-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"patternfly:src": "src/",
"sideEffects": false,
"publishConfig": {
"access": "public",
"tag": "prerelease"
"access": "public"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"*.scss"
],
"publishConfig": {
"access": "public",
"tag": "prerelease"
"access": "public"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"description": "PatternFly React Docs",
"version": "5.103.84",
"publishConfig": {
"access": "public",
"tag": "prerelease-v4"
"access": "public"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"types": "dist/esm/index.d.ts",
"sideEffects": false,
"publishConfig": {
"access": "public",
"tag": "prerelease"
"access": "public"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-inline-edit-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"types": "dist/esm/index.d.ts",
"sideEffects": false,
"publishConfig": {
"access": "public",
"tag": "prerelease"
"access": "public"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"description": "CSS-in-JS class maps and utilities for PatternFly.",
"author": "Red Hat",
"publishConfig": {
"access": "public",
"tag": "prerelease"
"access": "public"
},
"scripts": {
"generate": "rimraf css && node scripts/writeClassMaps.js && node scripts/copyStyles.js",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"patternfly:src": "src/",
"sideEffects": false,
"publishConfig": {
"access": "public",
"tag": "prerelease"
"access": "public"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"types": "dist/esm/index.d.ts",
"sideEffects": false,
"publishConfig": {
"access": "public",
"tag": "prerelease"
"access": "public"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-virtualized-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"types": "dist/esm/index.d.ts",
"sideEffects": false,
"publishConfig": {
"access": "public",
"tag": "prerelease"
"access": "public"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7c34841

Please sign in to comment.