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 d6f1fb3 commit b6b9a92Copy full SHA for b6b9a92
lerna-publish.sh
@@ -4,4 +4,4 @@ BUMP=$1
4
if [ "x$BUMP" == "x" ]; then
5
BUMP=patch
6
fi
7
-lerna publish --github-release --conventional-commits $BUMP
+yarn lerna version --github-release --conventional-commits $BUMP
0 commit comments