File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
22
22
# yarn run lerna publish --conventional-commits --conventional-graduate --no-private --dist-tag=latest --yes
23
23
24
24
# immediately after promote - set up repo for next prerelease
25
- yarn run lerna version preminor --force-publish --conventional-commits --no-private --yes --preid prerelease
25
+ # yarn run lerna version preminor --force-publish --conventional-commits --no-private --yes --preid prerelease
26
26
27
27
# dry run
28
28
yarn run lerna version --conventional-commits --conventional-graduate --no-private --yes --no-git-tag-version --no-push
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ 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 patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txtyarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txtyarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
20
+ yarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txtyarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txtyarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
21
21
22
22
# use lerna command below for dry run
23
- yarn run lerna version patch --yes --no-git-tag-version --no-push --no-private | tee lerna-output.txt
23
+ # yarn run lerna version patch --yes --no-git-tag-version --no-push --no-private | tee lerna-output.txt
24
24
25
25
if grep -i " Successfully published" lerna-output.txt; # Leave a Github comment
26
26
then
Original file line number Diff line number Diff line change 54
54
"tslib" : " ^2.8.1"
55
55
},
56
56
"devDependencies" : {
57
- "@patternfly/patternfly" : " 6.3.0-prerelease.6 " ,
57
+ "@patternfly/patternfly" : " 6.2.1 " ,
58
58
"case-anything" : " ^3.1.2" ,
59
59
"css" : " ^3.0.0" ,
60
60
"fs-extra" : " ^11.3.0"
Original file line number Diff line number Diff line change 23
23
"test:a11y" : " patternfly-a11y --config patternfly-a11y.config"
24
24
},
25
25
"dependencies" : {
26
- "@patternfly/patternfly" : " 6.3.0-prerelease.6 " ,
26
+ "@patternfly/patternfly" : " 6.2.1 " ,
27
27
"@patternfly/react-charts" : " workspace:^" ,
28
28
"@patternfly/react-code-editor" : " workspace:^" ,
29
29
"@patternfly/react-core" : " workspace:^" ,
Original file line number Diff line number Diff line change 33
33
"@fortawesome/free-brands-svg-icons" : " ^5.15.4" ,
34
34
"@fortawesome/free-regular-svg-icons" : " ^5.15.4" ,
35
35
"@fortawesome/free-solid-svg-icons" : " ^5.15.4" ,
36
- "@patternfly/patternfly" : " 6.3.0-prerelease.6 " ,
36
+ "@patternfly/patternfly" : " 6.2.1 " ,
37
37
"fs-extra" : " ^11.3.0" ,
38
38
"tslib" : " ^2.8.1"
39
39
},
Original file line number Diff line number Diff line change 19
19
"clean" : " rimraf dist css"
20
20
},
21
21
"devDependencies" : {
22
- "@patternfly/patternfly" : " 6.3.0-prerelease.6 " ,
22
+ "@patternfly/patternfly" : " 6.2.1 " ,
23
23
"change-case" : " ^5.4.4" ,
24
24
"fs-extra" : " ^11.3.0"
25
25
},
Original file line number Diff line number Diff line change 29
29
"clean" : " rimraf dist"
30
30
},
31
31
"devDependencies" : {
32
- "@patternfly/patternfly" : " 6.3.0-prerelease.6 " ,
32
+ "@patternfly/patternfly" : " 6.2.1 " ,
33
33
"css" : " ^3.0.0" ,
34
34
"fs-extra" : " ^11.3.0"
35
35
}
You can’t perform that action at this time.
0 commit comments