Skip to content

weakcamel/git2changelog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

git2changelog

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%