File tree 11 files changed +11
-21
lines changed
react-inline-edit-extension
react-virtualized-extension
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..."
17
17
LOG=$( git log --format=" %s" -1 | grep -Poe " #\d+" )
18
18
PR_NUM=${LOG: 1}
19
19
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
21
21
22
22
if grep -i " Successfully published" lerna-output.txt; # Leave a Github comment
23
23
then
Original file line number Diff line number Diff line change 11
11
" *.scss"
12
12
],
13
13
"publishConfig" : {
14
- "access" : " public" ,
15
- "tag" : " prerelease"
14
+ "access" : " public"
16
15
},
17
16
"repository" : {
18
17
"type" : " git" ,
Original file line number Diff line number Diff line change 8
8
"patternfly:src" : " src/" ,
9
9
"sideEffects" : false ,
10
10
"publishConfig" : {
11
- "access" : " public" ,
12
- "tag" : " prerelease"
11
+ "access" : " public"
13
12
},
14
13
"repository" : {
15
14
"type" : " git" ,
Original file line number Diff line number Diff line change 21
21
" *.scss"
22
22
],
23
23
"publishConfig" : {
24
- "access" : " public" ,
25
- "tag" : " prerelease"
24
+ "access" : " public"
26
25
},
27
26
"repository" : {
28
27
"type" : " git" ,
Original file line number Diff line number Diff line change 3
3
"description" : " PatternFly React Docs" ,
4
4
"version" : " 5.103.84" ,
5
5
"publishConfig" : {
6
- "access" : " public" ,
7
- "tag" : " prerelease-v4"
6
+ "access" : " public"
8
7
},
9
8
"repository" : {
10
9
"type" : " git" ,
Original file line number Diff line number Diff line change 7
7
"types" : " dist/esm/index.d.ts" ,
8
8
"sideEffects" : false ,
9
9
"publishConfig" : {
10
- "access" : " public" ,
11
- "tag" : " prerelease"
10
+ "access" : " public"
12
11
},
13
12
"repository" : {
14
13
"type" : " git" ,
Original file line number Diff line number Diff line change 7
7
"types" : " dist/esm/index.d.ts" ,
8
8
"sideEffects" : false ,
9
9
"publishConfig" : {
10
- "access" : " public" ,
11
- "tag" : " prerelease"
10
+ "access" : " public"
12
11
},
13
12
"repository" : {
14
13
"type" : " git" ,
Original file line number Diff line number Diff line change 11
11
"description" : " CSS-in-JS class maps and utilities for PatternFly." ,
12
12
"author" : " Red Hat" ,
13
13
"publishConfig" : {
14
- "access" : " public" ,
15
- "tag" : " prerelease"
14
+ "access" : " public"
16
15
},
17
16
"scripts" : {
18
17
"generate" : " rimraf css && node scripts/writeClassMaps.js && node scripts/copyStyles.js" ,
Original file line number Diff line number Diff line change 15
15
"patternfly:src" : " src/" ,
16
16
"sideEffects" : false ,
17
17
"publishConfig" : {
18
- "access" : " public" ,
19
- "tag" : " prerelease"
18
+ "access" : " public"
20
19
},
21
20
"repository" : {
22
21
"type" : " git" ,
Original file line number Diff line number Diff line change 7
7
"types" : " dist/esm/index.d.ts" ,
8
8
"sideEffects" : false ,
9
9
"publishConfig" : {
10
- "access" : " public" ,
11
- "tag" : " prerelease"
10
+ "access" : " public"
12
11
},
13
12
"repository" : {
14
13
"type" : " git" ,
Original file line number Diff line number Diff line change 7
7
"types" : " dist/esm/index.d.ts" ,
8
8
"sideEffects" : false ,
9
9
"publishConfig" : {
10
- "access" : " public" ,
11
- "tag" : " prerelease"
10
+ "access" : " public"
12
11
},
13
12
"repository" : {
14
13
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments