atlassian / lerna-semantic-release

📦:🛠✨💥 – fully automated package publishing
https://www.npmjs.com/package/lerna-semantic-release
683 stars 42 forks source link

Question: Should commit scopes be prefixed with package scopes? #84

Open jshthornton opened 7 years ago

jshthornton commented 7 years ago

Currently this package only detects commits which have the package scope prefixed in the commit scope.

In comparison commitlint strips out the package scope. https://github.com/marionebl/commitlint/blob/master/%40commitlint/config-lerna-scopes/index.js#L14

What is the correct convention as these two lerna tools currently conflict?