Skip to content

Commit 121f257

Browse files
committed
fix: use v prefix for git tags in lerna config
1 parent 6a78151 commit 121f257

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"**/pnpm-lock.yaml"
1616
],
1717
"registry": "https://registry.npmjs.org/",
18-
"skipPrivate": true
18+
"skipPrivate": true,
19+
"tagVersionPrefix": "v"
1920
},
2021
"version": {
2122
"exact": true,
@@ -27,7 +28,8 @@
2728
"**/package-lock.json",
2829
"**/yarn.lock",
2930
"**/pnpm-lock.yaml"
30-
]
31+
],
32+
"tagVersionPrefix": "v"
3133
}
3234
}
3335
}

0 commit comments

Comments
 (0)