From 6c73761a5eea6fdb3f273a989f7b72817fbbecd9 Mon Sep 17 00:00:00 2001 From: kkawahar Date: Wed, 19 Jan 2022 12:40:02 +0900 Subject: [PATCH 1/2] fix: Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff83cfa..aa33a36 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "pretest": "eslint .", "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", - "semantic-release": "semantic-release pre && npm publish && semantic-release post" + "semantic-release": "./node_modules/.bin/semantic-release" }, "repository": { "type": "git", From aa5a53f1e576998cb3168f2ba14377488db5a53e Mon Sep 17 00:00:00 2001 From: kkawahar Date: Wed, 19 Jan 2022 12:50:21 +0900 Subject: [PATCH 2/2] Update package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index aa33a36..d1f598a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git@github.com:screwdriver-cd/workflow-parser.git" + "url": "git+https://github.com/screwdriver-cd/workflow-parser.git" }, "homepage": "https://github.com/screwdriver-cd/workflow-parser", "bugs": "https://github.com/screwdriver-cd/screwdriver/issues", @@ -49,6 +49,9 @@ "screwdriver-data-schema": "^21.0.0" }, "release": { + "branches": [ + "master" + ], "debug": false } }