ngx-semantic-version — An Angular Schematic to enhance your release workflow

My project ngx-semantic-version is an Angular Schematic that will add and configure commitlint, commitizen, husky and standard-version to enforce commit messages in the conventional commit format and to automate your release and Changelog generation by respecting semver. All you have to do for the setup is to execute this command in your Angular CLI project:

ng add ngx-semantic-version

commitizen

Check out my article ngx-semantic-version: enhance your git and release workflow to learn more about it.

The official documentation for ngx-semantic-version can be found on Github or NPM.