Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Releases: semantic-release/travis-deploy-once

v2.0.3

21 Sep 03:25
Compare
Choose a tag to compare

2.0.3 (2017-09-21)

Bug Fixes

  • package: Set minimum node version to 4 (1510cc6)

v2.0.2

21 Sep 02:10
Compare
Choose a tag to compare

2.0.2 (2017-09-21)

Bug Fixes

  • travis-api: Convert node versions returned by Travis API to Strings (4762a06), closes #347

v2.0.1

19 Aug 19:37
Compare
Choose a tag to compare

2.0.1 (2017-08-19)

Bug Fixes

  • package: publish with all required files (4a97eb7)

v2.0.0

19 Aug 18:26
Compare
Choose a tag to compare

2.0.0 (2017-08-19)

Bug Fixes

  • allow to partially pass in env (9342f79)
  • log error when exiting on node < 8 (85ebe13)
  • remove timout from library and let Travis kill the build if it takes too long Closes #5 (3b42d7f)
  • use all jobs (e.g. matrix) for job leader election, not just "node_js" (9dadfd1)
  • warn when github user has not authed travis Closes #3 (db355c9)

Chores

Code Refactoring

  • make entire env passable as an argument (1e3ab6b)

Features

  • elect build leader by highest node version (bd850b1)
  • gracefully handle node < 8 (2bcdee6)
  • return early if there is no build matrix in the first place (3309aaf)

BREAKING CHANGES

  • The first job in the build matrix is no longer
    automatically elected to be the build leader.
    Instead the build job with the highest node version is selected.
    If you want to control which job is the build leader set the
    environment variable BUILD_LEADER_ID.
  • token option now named GH_TOKEN

before

travisDeployOnce({token: 'asdf'})

after

travisDeployOnce({GH_TOKEN: 'asdf'})
  • this package requires node 8

v1.0.1

17 Feb 18:15
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2017-02-17)

Bug Fixes

  • correctly detect travis environment (54effadf)

v1.0.0

16 Nov 21:11
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-11-16)

Features