git changelog

Generate a changelog report from repository commits and tags. Part of git-extras. More information: https://github.com/tj/git-extras/blob/master/Commands.md#git-changelog.

git changelog

git changelog --list

git changelog --list --start-tag 2.1.0

git changelog --start-tag 0.5.0 --final-tag 1.0.0

git changelog --start-commit 0b97430 --final-tag 1.0.0

git changelog CHANGELOG.md

git changelog --prune-old