Skip to content

Commit

Permalink
build(semantic-release): make release proccess compatible with semant…
Browse files Browse the repository at this point in the history
…ic-release@11
  • Loading branch information
gerard2perez committed Dec 22, 2017
1 parent 85abda5 commit e81532f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
- mongodb
language: node_js
node_js:
- "8.7.0"
- "7.9.0"
- "lts/*"
- "node"
sudo: required
Expand All @@ -26,6 +26,7 @@ before_install:
- sudo nginx -c `pwd`/etc/nginx.conf
- npm config set spin false
- npm install -g ember-cli@2.16.2
- npm install -g semantic-release
- npm install -g codeclimate-test-reporter
install:
- npm i .
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"codeclimate": "codeclimate analyze -f html -e duplication > duplication.html",
"commit": "git add -A & git-cz",
"commit:push": "npm run commit & git push",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release",
"tandlint": "npm-run-all --parallel export:live eslint:live",
"make-help": "node help2md.js"
},
Expand Down Expand Up @@ -73,8 +73,7 @@
"mocha": "^4.0.1",
"npm-run-all": "^4.1.1",
"nyc": "11.4.1",
"ps-tree": "^1.1.0",
"semantic-release": "^11.0.2"
"ps-tree": "^1.1.0"
},
"bin": {
"koaton": "./koaton"
Expand Down

0 comments on commit e81532f

Please sign in to comment.