Skip to content

Commit 6e23532

Browse files
authored
fix: semantic release (#83)
1 parent 0199a01 commit 6e23532

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
"main": "index.js",
66
"scripts": {
77
"pretest": "eslint .",
8-
"test": "nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 4000 --retries 1 --exit --allow-uncaught true --color true",
9-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
8+
"test": "nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 4000 --retries 1 --exit --allow-uncaught true --color true"
109
},
1110
"repository": {
1211
"type": "git",
13-
"url": "git@github.com:screwdriver-cd/scm-bitbucket.git"
12+
"url": "git+https://github.com/screwdriver-cd/scm-bitbucket.git"
1413
},
1514
"homepage": "https://github.com/screwdriver-cd/scm-bitbucket",
1615
"bugs": "https://github.com/screwdriver-cd/screwdriver/issues",
@@ -30,10 +29,10 @@
3029
"Tiffany Kyi <tiffanykyi@gmail.com>"
3130
],
3231
"release": {
33-
"debug": false,
34-
"verifyConditions": {
35-
"path": "./node_modules/semantic-release/src/lib/plugin-noop.js"
36-
}
32+
"branches": [
33+
"master"
34+
],
35+
"debug": false
3736
},
3837
"devDependencies": {
3938
"chai": "^4.3.4",

0 commit comments

Comments
 (0)