Generate Change Log in CSV Format Using git log
Assalamualaikum / Hi,
I have create a bash script to generate change log file using git log
command. Just to simplify maintenance on change log document.
The usage as following:
$ changelog 2019-01-01 2019-12-01 "v1.0.0"
Above command simply generate the change log file in `storage/changelog/CHANGELOG-v1.0.0.csv”.
Hope that help you task in maintaining change log file.
THanks,
Nasrul Hazim