Skip to content

Commit 855b657

Browse files
committedOct 30, 2017
chore(package): Update semantic-release to version 9.0.0
As the plugin use itself to release, it requires semantic-release 9.0.0
1 parent 4cd0826 commit 855b657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"nyc": "^11.1.0",
4040
"prettier": "^1.7.2",
4141
"rimraf": "^2.6.1",
42-
"semantic-release": "^8.0.0",
42+
"semantic-release": "^9.0.2",
4343
"sinon": "^4.0.2"
4444
},
4545
"engines": {
@@ -108,7 +108,7 @@
108108
"codecov": "codecov -f coverage/coverage-final.json",
109109
"lint": "eslint lib test",
110110
"pretest": "npm run clean && npm run lint",
111-
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
111+
"semantic-release": "semantic-release",
112112
"test": "nyc ava -v"
113113
}
114114
}

0 commit comments

Comments
 (0)