Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xaf/gitlog2changelog
- Owner: XaF
- Created: 2015-03-25T01:40:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T02:05:33.000Z (almost 10 years ago)
- Last Synced: 2024-04-18T03:43:20.579Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)