Skip to content

Commit

Permalink
fix: release patch containing @patternfly/patternfly v5.0.4 [skip-a11y]
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Sep 6, 2023
1 parent ffd0aa2 commit 9ad8b25
Showing 1 changed file with 1 addition and 1 deletion.
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 patch --dist-tag=prerelease-patch --yes 2>&1 | tee lerna-output.txt
yarn run lerna publish patch --dist-tag=prerelease-patch --yes 2>&1 | tee lerna-output.txt

# use lerna command below for dry run
# yarn run lerna version patch --yes --no-git-tag-version --no-push --no-private | tee lerna-output.txt
Expand Down

0 comments on commit 9ad8b25

Please sign in to comment.