Skip to content

Releases: semantic-release/env-ci

v4.0.0

06 Jun 17:28
Compare
Choose a tag to compare

4.0.0 (2019-06-06)

Features

BREAKING CHANGES

  • remove support for Node.js < 8.3

v3.2.2

05 Jun 23:55
Compare
Choose a tag to compare

3.2.2 (2019-06-05)

Bug Fixes

  • fix CircleCi PR detection (f49ac93)

v3.2.1

05 Jun 22:20
Compare
Choose a tag to compare

3.2.1 (2019-06-05)

Bug Fixes

  • package: update java-properties to version 1.0.0 (8f5cd22)

v3.2.0

09 Jan 21:27
Compare
Choose a tag to compare

3.2.0 (2019-01-09)

Features

  • add support for GitHub Actions (b6869bf)

v3.1.3

17 Dec 22:58
Compare
Choose a tag to compare

3.1.3 (2018-12-17)

Bug Fixes

  • teamcity: fallback for missing/erroneous properties file (345476f)

v3.1.2

24 Nov 03:21
Compare
Choose a tag to compare

3.1.2 (2018-11-24)

Bug Fixes

  • teamcity: read branch and root from config file rather than env (39f1d3f)

v3.1.1

19 Nov 02:07
ff4b400
Compare
Choose a tag to compare

3.1.1 (2018-11-19)

Bug Fixes

  • teamcity: read branch and root from environment variables if absent from properties file (ff4b400)

v3.1.0

27 Sep 18:14
Compare
Choose a tag to compare

3.1.0 (2018-09-27)

Features

  • add buildUrl and jobUrl for Travis (11a0389)

v3.0.0

19 Sep 17:46
Compare
Choose a tag to compare

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.

v2.6.0

17 Sep 16:08
Compare
Choose a tag to compare

2.6.0 (2018-09-17)

Features