You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the auth parameter to conventional-github-releaser. The URL should be the fully qualified
domain and path of the GitHub API, such as https://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 the CONVENTIONAL_GITHUB_URL
environment variable.