Skip to content

Commit

Permalink
chore: use semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 29, 2016
1 parent 707ae70 commit 2450b72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ node_js:
- 7
- 6
- 5
after_success:
- semantic-release pre && npm publish && semantic-release post
notifications:
email: false
sudo: false
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"eslint": "^3.9.1",
"eslint-config-canonical": "^4.0.0",
"husky": "^0.11.9",
"mocha": "^3.1.2"
"mocha": "^3.1.2",
"semantic-release": "^6.3.2"
},
"engines": {
"node": ">=5"
Expand Down

0 comments on commit 2450b72

Please sign in to comment.