When running changelog or release against enterprise GitHub, it fails with "TypeError: Cannot read property 'status' of undefined" before any tasks run, i.e. before getting tags, etc.
I think this is similar to #120, but seems slightly different.
For example
$ docker run --rm -v /c/projects/myproject:/repo smartlyio/gren:0.17.0 changelog --api-url=https://api.github.mycompany.com --token=mytoken --username=myteam --repo=myproject
� - Generate changelog file:
===================================
� - Getting the list of releases
TypeError: Cannot read property 'status' of undefined
at handler (/usr/local/lib/node_modules/github-release-notes/node_modules/github-api/dist/components/Requestable.js:366:40)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:189:7)
I have verified that I can get r eleases via the api url:
Description
When running
changelog
orrelease
against enterprise GitHub, it fails with "TypeError: Cannot read property 'status' of undefined" before any tasks run, i.e. before getting tags, etc.I think this is similar to #120, but seems slightly different.
For example
I have verified that I can get r eleases via the api url:
I added some logging to Requestable.js and can see its getting ECONNREFUSED but it works via
curl
with the same path/headers.Environment