Turning Git commits into changelog with Git-Cliff - YouTube
4 points by dunyakirkali
4 points by dunyakirkali
I don't think converting commits into a changelog is the right approach. If I just wanted to see a history of commits I would use git log. A changelog is for a human to read and understand. It should only contain changes I need to know about and maybe even explain them.