tecnickcom/tc-lib-barcode

Changelog

remicollet opened this issue · 1 comments

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...

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.