Features
- support GitHub Enterprise in CLI (de6d812)
BREAKING CHANGES
- The
githubpackage has been replaced bygh-got.
Options supported by github (https://www.npmjs.com/package/github)
can no longer be provided through the auth parameter to
conventional-github-releaser.
To set a custom URL for GitHub please do one of the following:
- If calling the
conventional-github-releaserAPI, pass a URL as the
urlproperty of theauthparameter to
conventional-github-releaser. The URL should be the fully qualified
domain and path of the GitHub API, such ashttps://api.github.comor
https://api.github.example.com. - If calling the
conventional-github-releaserCLI, either pass a URL
using the--urloption, or set theCONVENTIONAL_GITHUB_URL
environment variable. - If calling the CLI or API, set the
GITHUB_ENDPOINTenvironment
variable supported by the underlyinggh-gotlibrary - https://www.npmjs.com/package/gh-got#endpoint