5.0.0 Remove option `apiHostname` and add `githubApiBaseUrlV3` and `githubApiBaseUrlV4`
The option apiHostname
is primarily consumed by Github Enterprise users. They will instead have to specify two options: githubApiBaseUrlV3
and githubApiBaseUrlV4
.
Fixes:
- ensure that
backport -v
andbackport --version
are equivalent (#163)