This howto will setup your project with automatic changelog generation, based on your commit messages.
Setup git hooks with husky
- Install husky
yarn add -D husky
This howto will setup your project with automatic changelog generation, based on your commit messages.
yarn add -D husky