github-changelog
github-changelog copied to clipboard
Squashed merge are not visible
Hi,
If the pull-request is merged doing a squash, the Github API will return only one parent to the commit (https://github.com/tschaub/github-changelog/blob/master/github/helper/range/index.js#L22 / https://github.com/tschaub/github-changelog/blob/master/github/api.js#L206).
Then this commit does not appear in the changelog PR list.
No idea how to fix that... :-(