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

Releases: semantic-release/travis-deploy-once

v4.1.0

31 Dec 03:54
Compare
Choose a tag to compare

4.1.0 (2017-12-31)

Features

  • allow to run via CLI without a script (3c8756b)

v4.0.0

31 Dec 03:14
Compare
Choose a tag to compare

4.0.0 (2017-12-31)

Features

BREAKING CHANGES

  • GH_TOKEN and BUILD_LEADER_ID are renamed githubToken and buildLeaderId

v3.3.0

31 Dec 02:50
Compare
Choose a tag to compare

3.3.0 (2017-12-31)

Features

  • support lts for node_js version (c9906d5)

v3.2.0

22 Dec 17:50
Compare
Choose a tag to compare

3.2.0 (2017-12-22)

Features

  • prioritize the last job defined in case of multiple matches (7ffb59a)

v3.1.2

13 Dec 21:35
Compare
Choose a tag to compare

3.1.2 (2017-12-13)

Bug Fixes

v3.1.1

11 Dec 20:12
Compare
Choose a tag to compare

3.1.1 (2017-12-11)

Bug Fixes

  • better log in case no job defines a node version (932522c)

v3.1.0

11 Dec 06:20
Compare
Choose a tag to compare

3.1.0 (2017-12-11)

Features

  • replace Travis API client (65259a6)

v3.0.0

02 Oct 22:24
Compare
Choose a tag to compare

3.0.0 (2017-10-02)

Features

  • Accept a travisOpts parameter, instead of fetching github repo (7c4a2a5), closes #2

BREAKING CHANGES

  • The plugin does not call the Github API anymore to
    determine if the regular or the pro version of the Travis API should be
    called.
    The new travisOpts parameter is added in is passed to the Travis
    client API.
    Use travisDeployOnce({travisOpts: {pro: true}}) to call the pro version
    of the API.

v2.1.0

25 Sep 18:12
Compare
Choose a tag to compare

2.1.0 (2017-09-25)

Features

  • modularize, 100% coverage, optimizations and more logs (b7cd7ed)

v2.0.4

21 Sep 16:34
Compare
Choose a tag to compare

2.0.4 (2017-09-21)

Bug Fixes

  • correctly detect private repositories again Closes #13 (ef41ddc)