Skip to content

Commit

Permalink
fix: begin releasing prereleases again [skip-a11y]
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Aug 29, 2023
1 parent 5b0ef8d commit b7b4201
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 @@ -17,10 +17,10 @@ echo "Doing a release..."
LOG=$(git log --format="%s" -1 | grep -Poe "#\d+")
PR_NUM=${LOG:1}

# yarn run lerna publish prerelease --preid=prerelease --dist-tag=prerelease --yes --no-private 2>&1 | tee lerna-output.txt
yarn run lerna publish prerelease --preid=prerelease --dist-tag=prerelease --yes --no-private 2>&1 | tee lerna-output.txt

# use lerna command below for dry run
yarn run lerna version prerelease --preid=prerelease --no-private --yes --no-git-tag-version --no-push | tee lerna-output.txt
# yarn run lerna version prerelease --preid=prerelease --no-private --yes --no-git-tag-version --no-push | tee lerna-output.txt

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

0 comments on commit b7b4201

Please sign in to comment.