Generate a changelog report from repository commits and tags. Part of
git-extras. More information: https://manned.org/git-changelog.
History.md file with the commit messages since the latest Git tag:git changelog
git changelog {{[-l|--list]}}
2.1.0 to now:git changelog {{[-l|--list]}} {{[-s|--start-tag]}} {{2.1.0}}
0.5.0 and the tag 1.0.0:git changelog {{[-s|--start-tag]}} {{0.5.0}} {{[-f|--final-tag]}} {{1.0.0}}
0b97430 and the tag 1.0.0:git changelog --start-commit {{0b97430}} {{[-f|--final-tag]}} {{1.0.0}}
CHANGELOG.md as the output file:git changelog {{CHANGELOG.md}}
git changelog {{[-p|--prune-old]}}