Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Releases: jcoreio/condition-solano

Release list

v1.0.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 19 Dec 05:32

1.0.0 (2017-12-19)

Bug Fixes

  • condition-travis: account for boolean env vars being strings (3c5f4c1)
  • condition-travis: use correct BUILD_MINION variable (38574e8)
  • package: remove semantic-release from peerDependencies (0e64be8)
  • package: Set minimum node version to 4 (cd17473), closes semantic-release/semantic-release#433
  • package: update @semantic-release/error to version 2.0.0 (f21ad8c)
  • package: update github to version 12.0.0 (361de2b)
  • package: update github to version 13.0.1 (425ab7a)
  • package: update travis-deploy-once (33acd57)
  • package: update travis-deploy-once for travis enterprise (7f54685)
  • package.json: fix URLs (52da730)
  • readme: Update documentation and add Build Stages example (759f137)
  • Do not prevent to run on tag triggered builds (fe78cd5)
  • Include lib in release (29e574c)
  • make error messages meaningful (16dffd6)
  • remove unnecessary value for options (970a46e)
  • typo in EINVALIDGITURL error message (be5b5e5)
  • use travis-deploy-once instead of travis-after-all for travis-pro support (a1d660c)

Chores

Documentation

Features

  • condition-travis: tries to delete travis_after_all artifacts (8cb7207)
  • add githubToken, githubUrl and githubApiPathPrefix options (68e6b9d)
  • add support for Travis Enterprise (0016a62), closes #100
  • Call github API to determine the Travis API to use (pro / regular) (6cc3502)
  • Do not depends on package.json and use new repositoryUrl (24b6675)
  • initial (61541a8)
  • migrate from travis_after_all to travis-after-all (a5b922d)
  • new function signature (afe528d)
  • Return async functions (1f77944)

BREAKING CHANGES

  • Require semantic-release version that pass the repositoryUrl option
  • Return async functions instead of functions calling a callback
  • this package now requires node@8. See also: https://github.com/semantic-release/travis-deploy-once/releases/tag/v2.0.0
  • If you run travis_after_all and travis-after-all at the same
    time they'll keep waiting for each other until forever. You have to apply
    this patch to your .travis.yml.
  • old one doesn't work anymore
  • condition-travis: Doesn't work with BUILD_LEADER=NO any longer.
  • condition-travis: only works with stringified env values