We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d2523 commit 4e0735bCopy full SHA for 4e0735b
scripts/release.sh
@@ -48,7 +48,7 @@ checkoutMaster() {
48
bumpVersion() {
49
log "bumping version"
50
OLD_VERSION=$(node -e "console.log(require('./lerna.json').version)")
51
- ./node_modules/.bin/lerna version --no-git-tag-version --no-push --preid="$PRERELEASE_PREFIX" || exit 1
+ ./node_modules/.bin/lerna version --include-merged-tags --no-git-tag-version --no-push --preid="$PRERELEASE_PREFIX" || exit 1
52
NEW_VERSION=$(node -e "console.log(require('./lerna.json').version)")
53
}
54
0 commit comments