Changelog
remicollet opened this issue · 1 comments
remicollet commented
Would be nice if you can have a Changelog this this libraries (and others).
See http://keepachangelog.com/
Yes... I understand this represents some additional work...
nicolaasuni commented
Since all the commit history is stored in GIT, you can use "git log" to dynamically generate a changelog. For example:
git log --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=short
The command above can be tailored to produce various changelog formats.