Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit 571061e

Browse files
committed
chore: upgrade semantic-release to 17.0.4
1 parent ed9649b commit 571061e

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

package.json

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json .",
1111
"lint-fix": "yarn lint --fix",
1212
"secure": "nsp check",
13-
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post",
13+
"semantic-release": "semantic-release",
1414
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
1515
"pretest": "npm run lint",
1616
"test": "npm run test-unit && npm run test-e2e",
@@ -32,24 +32,20 @@
3232
"chai": "4.1.2",
3333
"chalk": "3.0.0",
3434
"chokidar-cli": "1.2.0",
35-
"condition-circle": "1.5.0",
3635
"cypress": "4.0.2",
3736
"dependency-check": "2.9.1",
3837
"deps-ok": "1.2.1",
39-
"dont-crack": "1.2.1",
4038
"eslint": "6.8.0",
4139
"eslint-plugin-json-format": "2.0.1",
4240
"eslint-plugin-mocha": "4.11.0",
4341
"fast-glob": "3.1.1",
4442
"fs-extra": "8.1.0",
45-
"github-post-release": "1.13.1",
4643
"license-checker": "13.0.3",
4744
"mocha": "^7.1.0",
4845
"mockery": "2.1.0",
4946
"nsp": "2.7.0",
5047
"prettier-eslint-cli": "4.4.0",
51-
"semantic-release": "8.2.0",
52-
"simple-commit-message": "3.3.1",
48+
"semantic-release": "17.0.4",
5349
"sinon": "^9.0.0",
5450
"sinon-chai": "^3.5.0",
5551
"snap-shot-it": "7.9.2",
@@ -77,14 +73,5 @@
7773
"cypress-plugin",
7874
"cypress-preprocessor",
7975
"webpack"
80-
],
81-
"release": {
82-
"verifyConditions": "condition-circle",
83-
"analyzeCommits": "simple-commit-message",
84-
"generateNotes": "github-post-release",
85-
"verifyRelease": {
86-
"path": "dont-crack",
87-
"test-against": []
88-
}
89-
}
76+
]
9077
}

0 commit comments

Comments
 (0)