Skip to content
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.

Commit

Permalink
chore: Do not use itself
Browse files Browse the repository at this point in the history
Update semantic-release and do not use itself to avoid incompatibilities
  • Loading branch information
pvdlg committed Nov 25, 2017
1 parent fe78cd5 commit 4ef50c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ branches:
- master
- /^greenkeeper.*$/

# Retrieve 999 commits (default is 50) so semantic-release can analyze all commits when there is more than 50 on a PR
git:
depth: 999

# Retry install on fail to avoid failing a build on network/disk/external errors
install:
- travis_retry npm install
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"nyc": "^11.2.1",
"prettier": "~1.8.0",
"proxyquire": "^1.7.1",
"semantic-release": "^8.0.0",
"semantic-release": "^10.0.0",
"sinon": "^4.0.0",
"xo": "^0.18.2"
},
Expand Down Expand Up @@ -70,9 +70,6 @@
"publishConfig": {
"access": "public"
},
"release": {
"verifyConditions": "./"
},
"repository": {
"type": "git",
"url": "https://github.com/semantic-release/condition-travis.git"
Expand All @@ -82,7 +79,7 @@
"codecov": "codecov -f coverage/coverage-final.json",
"lint": "xo",
"pretest": "npm run lint",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release",
"test": "nyc ava -v"
},
"xo": {
Expand Down

0 comments on commit 4ef50c0

Please sign in to comment.