From e75efb5f7c2bc93ff1830408dc78ae1af7d105ae Mon Sep 17 00:00:00 2001 From: Donald Labaj Date: Mon, 9 Sep 2024 11:42:52 -0400 Subject: [PATCH] chore: Updates for main migration. Turned off releasing for now. --- .github/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release.sh b/.github/release.sh index 47d29a96f6..3c63f6877d 100755 --- a/.github/release.sh +++ b/.github/release.sh @@ -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