Currently, I'm generating changelogs on a non-master branch develop on a GitHub project. The CHANGELOG.md file is generated properly but with broken commit hash links.
For example, this link https://github.com/org/project/blob/develop/c21e6cc7 points to a non-existing GH page 😞.
If I use the URL https://github.com/org/project/commit/a72c4419 it works nicely.
I don't know if it's a clog or a clog-cli issue, that's why I've filed that here.
Hello!
Currently, I'm generating changelogs on a non-master branch
develop
on a GitHub project. TheCHANGELOG.md
file is generated properly but with broken commit hash links.For example, this link
https://github.com/org/project/blob/develop/c21e6cc7
points to a non-existing GH page 😞.If I use the URL
https://github.com/org/project/commit/a72c4419
it works nicely.I don't know if it's a
clog
or aclog-cli
issue, that's why I've filed that here.Thanks for the great project! 🎉