Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1012 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 1012 Bytes

git2changelog

Purpose

git2changelog analyzes git repositories to generate formatted changelogs

Origin

This is a fork of https://github.com/jduncan-rva/git2changelog which appears to not be maintaned anymore.

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