Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference between lerna publish --conventional-commits and this? #87

Open
pselden opened this issue Sep 11, 2017 · 2 comments
Open

Difference between lerna publish --conventional-commits and this? #87

pselden opened this issue Sep 11, 2017 · 2 comments

Comments

@pselden
Copy link

pselden commented Sep 11, 2017

$ 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.

@pselden pselden changed the title Difference between lerna publish --conventional-commits Difference between lerna publish --conventional-commits and this? Sep 11, 2017
@desfero
Copy link

desfero commented Jan 26, 2018

Any thoughts on this?

@erquhart
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants