We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad8b25 commit 565f31cCopy full SHA for 565f31c
.github/release.sh
@@ -17,7 +17,7 @@ echo "Doing a release..."
17
LOG=$(git log --format="%s" -1 | grep -Poe "#\d+")
18
PR_NUM=${LOG:1}
19
20
-yarn run lerna publish patch --dist-tag=prerelease-patch --yes 2>&1 | tee lerna-output.txt
+yarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
21
22
# use lerna command below for dry run
23
# yarn run lerna version patch --yes --no-git-tag-version --no-push --no-private | tee lerna-output.txt
0 commit comments