Skip to content

Commit

Permalink
build: Use semantic-release@16.0.0-beta to enable prerelease channels
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Okonetchnikov authored and okonet committed Oct 31, 2019
1 parent 403f80b commit 3f27bc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,7 @@ after_script: greenkeeper-lockfile-upload
after_success:
- bash <(curl -s https://codecov.io/bash)
- yarn global add travis-deploy-once@4
- travis-deploy-once "yarn global add semantic-release && semantic-release"
- travis-deploy-once "yarn global add semantic-release@beta && semantic-release"

notifications:
email: false
Expand All @@ -30,4 +30,7 @@ branches:
only:
- master
- next
- next-major
- beta
- alpha
- /^greenkeeper/.*$/

0 comments on commit 3f27bc7

Please sign in to comment.