Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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