Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 891 Bytes

README.md

File metadata and controls

27 lines (25 loc) · 891 Bytes

git2changelog

Purpose

git2changelog analyzes git repositories to generate formatted changelogs

Usage

git2changelog -r REPO -b BEGIN_TAG [-e END_TAG -s SEARCH_STRING]

Options

  -h, --help            show this help message and exit
  -b BEGIN_TAG, --begin_tag=BEGIN_TAG
                        Tag to start data collecton from. required.
  -e END_TAG, --end_tag=END_TAG
                        Tag to end the data collection. defaults to HEAD.
  -f LOG_FORMAT, --log_format=LOG_FORMAT
                        Format to Generate Changelog. defaults to rpm
  -s SEARCH_TERM, --search=SEARCH_TERM
                        Commit Search Criteria. optional.
  -n TAG_NAME, --name=TAG_NAME
                        New Tag Name for untagged commits. optional.
  -r REPO, --repo=REPO  Repository to Scan. defaults to current directory.

#Mailing Lists None Yet