Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
fix: add semantic releases
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Jul 20, 2018
1 parent 3e8a8e4 commit 234de90
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 172 deletions.
9 changes: 0 additions & 9 deletions .bumpversion.cfg

This file was deleted.

17 changes: 5 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
language: node_js
sudo: true
node_js: 6
node_js: 8
script:
- npm run lint
- npm run compile
deploy:
- provider: npm
email: [email protected]
api_key: $NPM_API_KEY
- provider: script
skip_cleanup: true
script: npx semantic-release
on:
tags: true
repo: watson-developer-cloud/ui-components
node: 8
- provider: script
script: npm run deploy
on:
branch: master
repo: watson-developer-cloud/ui-components
skip_cleanup: true
- provider: releases
api_key: $GH_TOKEN
on:
tags: true
repo: watson-developer-cloud/ui-components
skip_cleanup: true
20 changes: 0 additions & 20 deletions RELEASES.md

This file was deleted.

Loading

0 comments on commit 234de90

Please sign in to comment.