Skip to content

Commit 4e0735b

Browse files
committed
consider merged tags when evaluating changed components
1 parent 42d2523 commit 4e0735b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ checkoutMaster() {
4848
bumpVersion() {
4949
log "bumping version"
5050
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
51+
./node_modules/.bin/lerna version --include-merged-tags --no-git-tag-version --no-push --preid="$PRERELEASE_PREFIX" || exit 1
5252
NEW_VERSION=$(node -e "console.log(require('./lerna.json').version)")
5353
}
5454

0 commit comments

Comments
 (0)