Skip to content

v3.0.0

Compare
Choose a tag to compare
@pvdlg pvdlg released this 19 Sep 17:46
· 313 commits to master since this release

3.0.0 (2018-09-19)

Features

  • add support for Codefresh (f473d26)
  • distinguish source and target branches on PR builds (defc475)

BREAKING CHANGES

  • The value of branch will change for certain CI services when building a Pull Request (and only in that case).

For the following services, branch will contains the Pull Request target rather than the branch the Pull Request originated from: Bitrise, Buildkite, Cirrus, Drone, Jenkins, Shippable, VSTS.

For the following services, branch will be undefined as no variable is provided to determine the Pull Request target: Buddy, CircleCI, Sail, Semaphore.

For the following services, branch will not change and still contains the Pull Request target: Travis, Appveyor.

The prBranch property can be used to determine the branch the Pull Request originated from.