Skip to content

Commit 52c5e4e

Browse files
committed
chore: Use exact version matching for packages
1 parent b27f83a commit 52c5e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lerna-publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ BUMP=$1
1111
if [ "x$BUMP" == "x" ]; then
1212
BUMP=patch
1313
fi
14-
yarn lerna version --create-release=github --conventional-commits $BUMP
14+
yarn lerna version --create-release=github --conventional-commits --exact $BUMP

0 commit comments

Comments
 (0)