DEV Community

Discussion on: How much effort do you put into commit messages?

Collapse
 
pbnj profile image
Peter Benjamin (they/them)

I use semantic-release for all my projects. I like it because it is language-agnostic.

  1. Add a .releaserc.json config file, which supports a large number of plugins.
  2. Run semantic-release CLI in CI.