lalitkapoor / github-changes

Generate a changelog based on merged pull requests or commit messages
https://lalitkapoor.github.io/github-changes/
MIT License
676 stars 52 forks source link

Use `baseUrl` instead of `host` and `path-prefix` #97

Open kyaido opened 3 years ago

kyaido commented 3 years ago

Hi.

I'm using this github-changes on GitHub Enterprise. But after update to v2.0.2, http request fails.

It seems that the @octokit/rest update now uses baseUrl instead of host and path-prefix. https://github.com/octokit/rest.js/pull/807/files

Can you fix it?