Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xaf/gitlog2changelog

Tool that aims to provide a ChangeLog file for your projects from the git commit log messages.
https://github.com/xaf/gitlog2changelog

Last synced: 19 days ago
JSON representation

Tool that aims to provide a ChangeLog file for your projects from the git commit log messages.

Awesome Lists containing this project

README

        

gitlog2changelog
================

## Presentation

gitlog2changelog is a tool that aims to provide a ChangeLog file for
your projects from the git commit log messages.

gitlog2changelog will automatically separe ChangeLog sections by author
and by date, and separate versioning using tags. A regular expression
can optionally be provided to limit the tags to be used for that purpose.

## Improvements pending

+ [ ] Manage multiple names for the same author (automatically)
+ [ ] Manage multiple names for the same author (manually)