top | item 11828971 Ask HN: How do you generate changelogs for repositories? 3 points| imjacobclark | 9 years ago | reply How do you generate changelogs in git repos? GitHub has a really good 'releases' feature that builds on tagging, but how do you create your changelog when you may have hundreds of commits where the messages are not all that relevant? 2 comments order hn newest [+] [-] svisser|9 years ago|reply The changelog should be a document written by humans for humans.So you manually maintain the changelog while working on fixes / features and you add any remaining notes just prior to each release. [+] [-] ddorian43|9 years ago|reply Using https://pypi.python.org/pypi/gitchangelog
[+] [-] svisser|9 years ago|reply The changelog should be a document written by humans for humans.So you manually maintain the changelog while working on fixes / features and you add any remaining notes just prior to each release.
[+] [-] svisser|9 years ago|reply
So you manually maintain the changelog while working on fixes / features and you add any remaining notes just prior to each release.
[+] [-] ddorian43|9 years ago|reply