DEV Community

Discussion on: Enhance your git log with conventional commits

Collapse
 
joelnet profile image
JavaScript Joel

I have added husky + commitizen + commitlint to our projects and it has been great.

Some benefits include an auto-generated change log. auto-incrementing semantic versioning. and increased visibility for breaking changes.

I would recommend it for every project.

Because we are using gitlab, we are using these packages semantic-release-gitlab and npm-publish-git-tag.

Collapse
 
maxpou profile image
Maxence Poutord

woaw those 2 libraries looks great! Thanks for sharing!

Collapse
 
eidsonator profile image
Todd Eidson

Wow! Thank you for this. Got it up and running yesterday, I'm loving it.