Features
- support GitHub Enterprise in CLI (de6d812)
BREAKING CHANGES
- The
github
package 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-releaser
API, pass a URL as the
url
property of theauth
parameter to
conventional-github-releaser
. The URL should be the fully qualified
domain and path of the GitHub API, such ashttps://api.github.com
or
https://api.github.example.com
. - If calling the
conventional-github-releaser
CLI, either pass a URL
using the--url
option, or set theCONVENTIONAL_GITHUB_URL
environment variable. - If calling the CLI or API, set the
GITHUB_ENDPOINT
environment
variable supported by the underlyinggh-got
library - https://www.npmjs.com/package/gh-got#endpoint