Are you commit messages all over the place? Do you dislike writing changelogs? Still deciding what semantic version your next release should be? Commitizen is a very handy tool that can assist and automate aspects of your release process.

https://commitizen-tools.github.io/commitizen/

- `cz commit`: add a new commit to your repo
- `cz bump`: intelligently increase your version number
- `cz changelog`: automatically generate a `changelog.md` file

#git #tools #code #trackcheck #RDM
— JH