Skip to content

Commit 2a5c7a4

Browse files
committed
chore(js-toolkit): make sure Lerna applies the right tag prefix for v2
Sadly, I can't know whether this tag prefix is going to be included in the commit message or not (which might require changes to the "message" config elsewhere in this file). I just have to try it and see what it does.
1 parent 53fdca5 commit 2a5c7a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maintenance/projects/js-toolkit/lerna.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"npmClient": "yarn",
1212
"packages": ["packages/*"],
13+
"tagVersionPrefix": "liferay-js-toolkit/v",
1314
"useWorkspaces": true,
1415
"version": "2.19.3"
1516
}

0 commit comments

Comments
 (0)