Skip to content

Commit

Permalink
chore(js-toolkit): make sure Lerna applies the right tag prefix for v2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wincent committed Oct 8, 2020
1 parent 53fdca5 commit 2a5c7a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maintenance/projects/js-toolkit/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"npmClient": "yarn",
"packages": ["packages/*"],
"tagVersionPrefix": "liferay-js-toolkit/v",
"useWorkspaces": true,
"version": "2.19.3"
}

0 comments on commit 2a5c7a4

Please sign in to comment.