Skip to content

Commit 976e5ff

Browse files
committed
chore: update semver packages
1 parent ec60cd5 commit 976e5ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"postspec": "npm run clean",
3737
"clean": "rm -rf test/fixtures/test*.js test/fixtures/test*.md",
3838
"web": "node web",
39-
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
39+
"semantic-release": "semantic-release",
4040
"prepush": "npm run lint",
4141
"killall": "ps auxww | grep node | grep -v grep | awk '{ print $2 }' | xargs kill -9",
4242
"postinstall": "node bin/postinstall || exit 0"
@@ -51,7 +51,7 @@
5151
"istanbul": "^0.4.5",
5252
"mocha": "^2.5.3",
5353
"proxyquire": "^1.8.0",
54-
"semantic-release": "^8.2.3",
54+
"semantic-release": "^17.4.4",
5555
"should": "~4.0.0"
5656
},
5757
"dependencies": {

0 commit comments

Comments
 (0)