From b73ff562a07215a8ec5ff6e89284f0db8cc4f671 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 10 Jul 2021 22:08:13 +0200 Subject: [PATCH] Use the fork as the main release repo for now MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .release-it.json | 2 +- package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.release-it.json b/.release-it.json index f3daa45c..fdd0d74e 100644 --- a/.release-it.json +++ b/.release-it.json @@ -1,7 +1,7 @@ { "git": { "changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs", - "pushRepo": "upstream" + "pushRepo": "origin" }, "npm": { "publish": false diff --git a/package.json b/package.json index 9cce1eb1..f38a444e 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/sap-labs-france/ev-simulator.git" + "url": "https://github.com/jerome-benoit/ev-simulator.git" }, "description": "Electric Vehicle charging stations simulator", "author": "SAP E-Mobility Labs France ", @@ -20,10 +20,10 @@ ], "main": "dist/start.js", "auto-changelog": { - "commitUrl": "https://github.com/sap-labs-france/ev-simulator/commit/{id}", - "issueUrl": "https://github.com/sap-labs-france/ev-simulator/issues/{id}", - "mergeUrl": "https://github.com/sap-labs-france/ev-simulator/pull/{id}", - "compareUrl": "https://github.com/sap-labs-france/ev-simulator/compare/{from}...{to}" + "commitUrl": "https://github.com/jerome-benoit/ev-simulator/commit/{id}", + "issueUrl": "https://github.com/jerome-benoit/ev-simulator/issues/{id}", + "mergeUrl": "https://github.com/jerome-benoit/ev-simulator/pull/{id}", + "compareUrl": "https://github.com/jerome-benoit/ev-simulator/compare/{from}...{to}" }, "scripts": { "prestart": "npm run build", -- 2.34.1