File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ echo "Doing a release..."
1717LOG=$( git log --format=" %s" -1 | grep -Poe " #\d+" )
1818PR_NUM=${LOG: 1}
1919
20- yarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txtyarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txtyarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
20+ # yarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
21+ yarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
2122
2223# use lerna command below for dry run
2324# yarn run lerna version patch --yes --no-git-tag-version --no-push --no-private | tee lerna-output.txt
You can’t perform that action at this time.
0 commit comments