Skip to content

Commit

Permalink
fix(release): Update release dry run (patternfly#9514)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutride authored and nicolethoen committed Sep 1, 2023
1 parent 7a94f41 commit 757143d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ PR_NUM=${LOG:1}
# yarn run lerna publish --conventional-commits --conventional-prerelease --dist-tag=prerelease --yes --no-private 2>&1 | tee lerna-output.txt

# dry run
yarn run lerna version --conventional-commits --conventional-prerelease --dist-tag=prerelease --no-private --yes --no-git-tag-version --no-push
yarn run lerna version --conventional-commits --conventional-prerelease --no-private --yes --no-git-tag-version --no-push

# use lerna command below for dry run
# use lerna command below for dry run - no-private should possibly be added
# yarn run lerna version --conventional-commits --conventional-prerelease --yes --no-git-tag-version --no-push

if grep -i "Successfully published" lerna-output.txt; # Leave a Github comment
Expand Down

0 comments on commit 757143d

Please sign in to comment.