You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ lerna publish --conventional-commits
When run with this flag, publish will use the Conventional Commits Specification to determine the version bump and generate CHANGELOG
This seems very similar to what lerna-semantic-release provides. Would love to know what the material differences are and why I might choose one over the other.
The text was updated successfully, but these errors were encountered:
pselden
changed the title
Difference between lerna publish --conventional-commits
Difference between lerna publish --conventional-commits and this?
Sep 11, 2017
I haven't confirmed this, but I'm guessing that command works for the default "fixed" mode - where all packages share a single version - and not --independent mode, where all packages are independently versioned. The Lerna README links to this repo as a semantic versioning solution specifically for --independent mode.
This seems very similar to what lerna-semantic-release provides. Would love to know what the material differences are and why I might choose one over the other.
The text was updated successfully, but these errors were encountered: