Small fix on how the changelog for GitHub releases gets generated.
When we fetch the changes with git log, the new version isn't published yet and the tail is subsequently empty.
Additionally changed the output format to show the commit hash alongside the message.
Small fix on how the changelog for GitHub releases gets generated. When we fetch the changes with
git log
, the new version isn't published yet and the tail is subsequently empty.Additionally changed the output format to show the commit hash alongside the message.