File tree Expand file tree Collapse file tree 11 files changed +11
-21
lines changed
react-inline-edit-extension
react-virtualized-extension Expand file tree Collapse file tree 11 files changed +11
-21
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ echo "Doing a release..."
1717LOG=$( git log --format=" %s" -1 | grep -Poe " #\d+" )
1818PR_NUM=${LOG: 1}
1919
20- yarn run lerna publish --conventional-commits --create-release=github --no-verify-access --yes 2>&1 | tee lerna-output.txt
20+ yarn run lerna publish --conventional-commits --create-release=github --dist-tag=prerelease-v4 -- no-verify-access --yes 2>&1 | tee lerna-output.txt
2121
2222if grep -i " Successfully published" lerna-output.txt; # Leave a Github comment
2323then
Original file line number Diff line number Diff line change 1111 " *.scss"
1212 ],
1313 "publishConfig" : {
14- "access" : " public" ,
15- "tag" : " prerelease"
14+ "access" : " public"
1615 },
1716 "repository" : {
1817 "type" : " git" ,
Original file line number Diff line number Diff line change 88 "patternfly:src" : " src/" ,
99 "sideEffects" : false ,
1010 "publishConfig" : {
11- "access" : " public" ,
12- "tag" : " prerelease"
11+ "access" : " public"
1312 },
1413 "repository" : {
1514 "type" : " git" ,
Original file line number Diff line number Diff line change 2121 " *.scss"
2222 ],
2323 "publishConfig" : {
24- "access" : " public" ,
25- "tag" : " prerelease"
24+ "access" : " public"
2625 },
2726 "repository" : {
2827 "type" : " git" ,
Original file line number Diff line number Diff line change 33 "description" : " PatternFly React Docs" ,
44 "version" : " 5.103.84" ,
55 "publishConfig" : {
6- "access" : " public" ,
7- "tag" : " prerelease-v4"
6+ "access" : " public"
87 },
98 "repository" : {
109 "type" : " git" ,
Original file line number Diff line number Diff line change 77 "types" : " dist/esm/index.d.ts" ,
88 "sideEffects" : false ,
99 "publishConfig" : {
10- "access" : " public" ,
11- "tag" : " prerelease"
10+ "access" : " public"
1211 },
1312 "repository" : {
1413 "type" : " git" ,
Original file line number Diff line number Diff line change 77 "types" : " dist/esm/index.d.ts" ,
88 "sideEffects" : false ,
99 "publishConfig" : {
10- "access" : " public" ,
11- "tag" : " prerelease"
10+ "access" : " public"
1211 },
1312 "repository" : {
1413 "type" : " git" ,
Original file line number Diff line number Diff line change 1111 "description" : " CSS-in-JS class maps and utilities for PatternFly." ,
1212 "author" : " Red Hat" ,
1313 "publishConfig" : {
14- "access" : " public" ,
15- "tag" : " prerelease"
14+ "access" : " public"
1615 },
1716 "scripts" : {
1817 "generate" : " rimraf css && node scripts/writeClassMaps.js && node scripts/copyStyles.js" ,
Original file line number Diff line number Diff line change 1515 "patternfly:src" : " src/" ,
1616 "sideEffects" : false ,
1717 "publishConfig" : {
18- "access" : " public" ,
19- "tag" : " prerelease"
18+ "access" : " public"
2019 },
2120 "repository" : {
2221 "type" : " git" ,
Original file line number Diff line number Diff line change 77 "types" : " dist/esm/index.d.ts" ,
88 "sideEffects" : false ,
99 "publishConfig" : {
10- "access" : " public" ,
11- "tag" : " prerelease"
10+ "access" : " public"
1211 },
1312 "repository" : {
1413 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments