Skip to content

v2.13.0

Choose a tag to compare

@Cawllec Cawllec released this 29 Jan 15:11
· 457 commits to master since this release

This release adds support for the new Bugsnag Build API to the deploy command.

The following options have been introduced:

  • builder: The name of the person/machine that started the build
  • provider: The name of the provider of the git repository, only necessary for on-premise installations, one of: github-enterprise, bitbucket-server, gitlab-onpremise

The following options have been deprecated:

  • branch

Enhancements

  • Updates deploy command to new build API.
    #279