git-changelog
- Generate the changelog report
git-changelog
[-l, --list]
Populates the file named matching change|history -i with the commits since the previous tag or since the project began when no tags are present. Opens the changelog in $EDITOR when set.
-l, --list
Show commit logs from the current version.
--no-merges
Filters out merge commits (commits with more than 1 parent) from generated changelog.
Updating changelog file:
$ git changelog
Listing commits from the current version:
$ git changelog --list
Written by Tj Holowaychuk <tj@vision-media.ca>
<https://github.com/visionmedia/git-extras/issues>
<https://github.com/visionmedia/git-extras>