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