Skip to content

Commit

Permalink
chore: Updates for main migration. Turned off releasing for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Labaj committed Sep 9, 2024
1 parent bf8dfbb commit e75efb5
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 @@ -18,10 +18,10 @@ LOG=$(git log --format="%s" -1 | grep -Poe "#\d+")
PR_NUM=${LOG:1}

# for running a dry run
# yarn run lerna version --conventional-commits --no-private --yes --no-git-tag-version --no-push
yarn run lerna version --conventional-commits --no-private --yes --no-git-tag-version --no-push

# for publishing
yarn run lerna publish --conventional-commits --conventional-prerelease --create-release=github --no-verify-access --no-private --yes 2>&1 | tee lerna-output.txt
# yarn run lerna publish --conventional-commits --conventional-prerelease --create-release=github --no-verify-access --no-private --yes 2>&1 | tee lerna-output.txt

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

0 comments on commit e75efb5

Please sign in to comment.