Skip to content

Commit

Permalink
chore: use semnatic-release to automate release
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Aug 9, 2016
1 parent 5c6fda8 commit 71bdaee
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 @@ -14,6 +14,8 @@ script:
- nyc --silent npm run test
- nyc report --reporter=text-lcov | coveralls
- nyc check-coverage --lines 90
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 @@ -33,7 +33,8 @@
"eslint": "^3.2.2",
"eslint-config-canonical": "^1.7.12",
"mocha": "^3.0.2",
"nyc": "^7.1.0"
"nyc": "^7.1.0",
"semantic-release": "^4.3.5"
},
"dependencies": {
"ini": "^1.3.4"
Expand Down

0 comments on commit 71bdaee

Please sign in to comment.