Skip to content

Commit 7860e9c

Browse files
authored
chore: Use exact version strategy for cube dependecies across all packages (#8839)
Starting from 1.0 cube stops to follow sem ver for packages. Anyway, it didn't follow semver for public API in internal packages. 1.0 is going to be marked as an LTS release in the near time, while 1.1 will be the next release
1 parent d5df5c0 commit 7860e9c

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)