Skip to content

Commit

Permalink
fix(release.sh): remove --conventional-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Aug 17, 2023
1 parent 6132209 commit 924a73d
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 @@ -20,7 +20,7 @@ PR_NUM=${LOG:1}
# yarn run lerna publish --conventional-commits --conventional-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 --conventional-commits --conventional-prerelease --preid=prerelease --no-private --yes --no-git-tag-version --no-push | tee lerna-output.txt
yarn run lerna version --conventional-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 924a73d

Please sign in to comment.