diff --git a/docs/github-releases.md b/docs/github-releases.md index 7bb7ff1b..045ef1ab 100644 --- a/docs/github-releases.md +++ b/docs/github-releases.md @@ -107,6 +107,9 @@ In case the release should not be made public yet, set `github.draft: true`. Use a different host from what would be derived from the Git url (e.g. when using GitHub Enterprise). +By default, the GitHub API host is https://api.github.com. Setting `github.host` to `"private.source.com"` would result +in release-it using https://private.source.com/api/v3. + ## Proxy In case release are done from behind a proxy, set `github.proxy` using a string to a proxy address like