Skip to content

Commit

Permalink
fix(release): Adding semantic release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Sep 25, 2017
1 parent bc59f8e commit 7236db6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '8'
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
9 changes: 7 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "webtorrent-component",
"version": "0.1.0",
"version": "0.0.0-development",
"description": "WebTorrent HTML element.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,6 +31,11 @@
"browserify": "^14.4.0",
"budo": "^10.0.4",
"load-js": "^2.0.0",
"standard": "^10.0.3"
"standard": "^10.0.3",
"semantic-release": "^8.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/mikeal/webtorrent-component.git"
}
}

0 comments on commit 7236db6

Please sign in to comment.