Skip to content

Commit

Permalink
chore(package): Update semantic-release to version 9.0.0
Browse files Browse the repository at this point in the history
As the plugin use itself to release, it requires semantic-release 9.0.0
  • Loading branch information
pvdlg committed Oct 30, 2017
1 parent 4cd0826 commit 855b657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"nyc": "^11.1.0",
"prettier": "^1.7.2",
"rimraf": "^2.6.1",
"semantic-release": "^8.0.0",
"semantic-release": "^9.0.2",
"sinon": "^4.0.2"
},
"engines": {
Expand Down Expand Up @@ -108,7 +108,7 @@
"codecov": "codecov -f coverage/coverage-final.json",
"lint": "eslint lib test",
"pretest": "npm run clean && npm run lint",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release",
"test": "nyc ava -v"
}
}

0 comments on commit 855b657

Please sign in to comment.