Skip to content

Commit f02941b

Browse files
chore: include tags from merged branches when detecting changed packages in Lerna
1 parent 622a244 commit f02941b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"npmClient": "pnpm",
66
"command": {
77
"version": {
8-
"preid": "stg"
8+
"preid": "stg",
9+
"includeMergedTags": true
910
}
1011
}
1112
}

0 commit comments

Comments
 (0)