Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@hutson hutson released this 01 Nov 15:50
· 611 commits to master since this release

Features

  • support GitHub Enterprise in CLI (de6d812)

BREAKING CHANGES

  • The github package has been replaced by gh-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 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.
  • If calling the CLI or API, set the GITHUB_ENDPOINT environment
    variable supported by the underlying gh-got library - https://www.npmjs.com/package/gh-got#endpoint