Skip to content

v0.3.1

Latest
Compare
Choose a tag to compare
@aldrin aldrin released this 17 Feb 19:08
· 6 commits to master since this release

Summary

Features

  • The tool now accepts git log arguments to choose
    commits to be included in the report. For example:

    # My changes in reverse chronological order
    > git changelog -- --author aldrin --reverse
    # All changes since yesterday
    > git changelog -- --since yesterday

    Note that you need a -- before you begin git log arguments.

  • Values for the command line arguments --template and
    --remote can now be specified in configuration file as well.