We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7799b8 commit 7351471Copy full SHA for 7351471
scripts/canary-release.sh
@@ -26,7 +26,7 @@ if ! ./scripts/pre-release.sh; then
26
fi
27
28
log "Bumping up MDC Web version to canary..."
29
-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
30
fail "lerna version command failed"
31
exit 1
32
0 commit comments