Is there any way to automatically generate change logs from commit messages to a file called CHANGELOG.md in a GitHub repo?
Might be possible using a service hook on a repo?
I have written something like this some months ago. It is based on Git's porcelain and uses a git hook in plain bash.
You can find it in my Github Repo.