Skip to content

Commit

Permalink
chore: Upgrade semantic-release to latest (#548)
Browse files Browse the repository at this point in the history
* Chore: Upgrade semantic-release to v15

Should fix #546 and semantic-release/semantic-release#539 where links in releases section were using git+https protocol.

* Chore: Upgrade semantic-release to latest

Use latest instead of a fixed version.
  • Loading branch information
rodrigobdz authored and okonet committed Nov 26, 2018
1 parent fcb774b commit 30576d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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@12 && semantic-release"
- travis-deploy-once "yarn global add semantic-release && semantic-release"

notifications:
email: false
Expand Down

0 comments on commit 30576d6

Please sign in to comment.