Skip to content

Instantly share code, notes, and snippets.

@lowki
lowki / how-to-generate-automatic-helpful-fancy-changelog.md
Last active March 15, 2023 07:28
How to generate automatic helpful fancy changelog

How to generate automatic helpful fancy changelog

This howto will setup your project with automatic changelog generation, based on your commit messages.

Setup git hooks with husky

  1. Install husky
    yarn add -D husky