how to generate a changelog output from the git commings
output on the terminal:
git log --pretty="- %s"
output to file:
git log --pretty="- %s" > CHANGELOG.md
Conventional Commits
Tools
- [GitHub] orhun/git-cliff - A highly customizable Changelog Generator that follows Conventional Commit specifications