You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.