Skip to content

Commit

Permalink
feat(release): first release
Browse files Browse the repository at this point in the history
BREAKING CHANGES
This is the first release using semantic-release
  • Loading branch information
wmathes committed Jun 16, 2017
1 parent e104af2 commit 84b2173
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,14 @@ cache:
- node_modules
- /usr/local/lib/node_modules

before_install:
- npm install -g greenkeeper-lockfile

before_script:
- greenkeeper-lockfile-update

after_script:
- greenkeeper-lockfile-upload

after_success:
- npm run semantic-release
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"main": "bin/index.js",
"scripts": {
"test": "xo && ava",
"ava": "ava",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"bin": {
Expand Down

0 comments on commit 84b2173

Please sign in to comment.