This repository was archived by the owner on Dec 15, 2018. It is now read-only.
Releases: semantic-release/travis-deploy-once
Releases · semantic-release/travis-deploy-once
v4.1.0
v4.0.0
v3.3.0
v3.2.0
v3.1.2
3.1.2 (2017-12-13)
Bug Fixes
- use url-join to properly support Travis Enterprise (099fcb9), closes semantic-release/condition-travis#105
v3.1.1
v3.1.0
v3.0.0
3.0.0 (2017-10-02)
Features
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 newtravisOpts
parameter is added in is passed to the Travis
client API.
UsetravisDeployOnce({travisOpts: {pro: true}})
to call the pro version
of the API.