Skip to content

Commit ffd0aa2

Browse files
authored
fix: release patch containing @patternfly/patternfly v5.0.4
1 parent 9ab402d commit ffd0aa2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ echo "Doing a release..."
1717
LOG=$(git log --format="%s" -1 | grep -Poe "#\d+")
1818
PR_NUM=${LOG:1}
1919

20-
# yarn run lerna publish prerelease --preid=prerelease --dist-tag=prerelease --yes 2>&1 | tee lerna-output.txt
20+
yarn run lerna patch --dist-tag=prerelease-patch --yes 2>&1 | tee lerna-output.txt
2121

2222
# 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
2424

2525
if grep -i "Successfully published" lerna-output.txt; # Leave a Github comment
2626
then

0 commit comments

Comments
 (0)