Commit 2f5003eb by Dominik Prokop Committed by GitHub

Packages: Fix cross dependencies version for canary releases (#24489)

parent 352f2204
......@@ -54,7 +54,7 @@ if [ -z "$count" ]; then
else
echo "Changes detected in ${count} packages"
echo "Releasing packages under ${PACKAGE_VERSION}-${GIT_SHA}"
npx lerna version "${PACKAGE_VERSION}-${GIT_SHA}" --no-git-tag-version --no-push --force-publish -y
npx lerna version "${PACKAGE_VERSION}-${GIT_SHA}" --exact --no-git-tag-version --no-push --force-publish -y
echo $'\nGit status:'
git status -s
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment