git-changelog 0.3.1

A tool to automate project changelog generation.
Documentation
name: git-changelog
args:
    - config:
        short: c
        long: config
        value_name: FILE
        help: Sets a custom project conventions file
        takes_value: true
    - template:
        short: t
        long: template
        value_name: FILE
        help: Sets a custom Handlebars template file
        takes_value: true
    - json:
        short: j
        long: json
        help: Generates report as JSON
        conflicts_with: template
    - remote:
        short: r
        long: remote
        value_name: REMOTE
        takes_value: true
        help: Sets a remote name form change links
    - debug:
        short: d
        long: debug
        multiple: true
        help: Enables debug logs
    - range:
        help: Picks a revision range
        value_name: RANGE
        multiple: true