Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
Add include merged tags option to the lerna config
Browse files Browse the repository at this point in the history
This is needed because the "RC" tags are created on release branches and the "release" tags on the master branch.
  • Loading branch information
igorschoester committed Jan 8, 2020
1 parent 0c82b24 commit 50c1930
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent"
"version": "independent",
"includeMergedTags": true
}

0 comments on commit 50c1930

Please sign in to comment.