Skip to content

Commit d9663ca

Browse files
committed
fix(package): update semantic release
1 parent 80879a8 commit d9663ca

File tree

2 files changed

+777
-436
lines changed

2 files changed

+777
-436
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"browserify": "^13.1.1",
1313
"browserify-istanbul": "^2.0.0",
1414
"commitizen": "^2.9.6",
15-
"condition-circle": "^1.5.0",
15+
"condition-circle": "^2.0.1",
1616
"cz-conventional-changelog": "^2.0.0",
1717
"eslint": "^3.12.2",
1818
"gulp": "^3.9.1",
@@ -28,7 +28,7 @@
2828
"karma-jasmine": "^1.0.2",
2929
"lint-staged": "^4.2.3",
3030
"prettier-eslint-cli": "^4.4.0",
31-
"semantic-release": "^6.3.6",
31+
"semantic-release": "^11.0.2",
3232
"vinyl-source-stream": "^1.1.0",
3333
"wallabify": "0.0.14",
3434
"watchify": "^3.7.0"
@@ -42,7 +42,7 @@
4242
"lint": "eslint ./src ./test ./example/example.js",
4343
"lint:fix": "npm run lint -- --fix",
4444
"posttest": "npm run lint",
45-
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
45+
"semantic-release": "semantic-release",
4646
"commit": "git-cz",
4747
"precommit": "lint-staged",
4848
"format": "prettier-eslint --write --single-quote"

0 commit comments

Comments
 (0)