From 27ee9c3e09b76b3c21f05706b963fe7cb013fc93 Mon Sep 17 00:00:00 2001 From: Abhinay Omkar Date: Wed, 16 Oct 2019 11:39:01 -0400 Subject: [PATCH] chore: Update dependencies to be exact in canary release (#5182) --- scripts/canary-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/canary-release.sh b/scripts/canary-release.sh index a6bd4990bd9..6f4f4766a32 100755 --- a/scripts/canary-release.sh +++ b/scripts/canary-release.sh @@ -26,7 +26,7 @@ if ! ./scripts/pre-release.sh; then fi log "Bumping up MDC Web version to canary..." -if ! npx lerna version premajor --no-git-tag-version --no-push --preid canary.$(git rev-parse --short HEAD) --yes; then +if ! npx lerna version premajor --no-git-tag-version --no-push --preid canary.$(git rev-parse --short HEAD) --yes --exact; then fail "lerna version command failed" exit 1 fi