Use the fork as the main release repo for now
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 10 Jul 2021 20:08:13 +0000 (22:08 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 10 Jul 2021 20:08:13 +0000 (22:08 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.release-it.json
package.json

index f3daa45c513b495614059063d332e56ff2bae6f2..fdd0d74ed9c1f3a6f02efa2de095edcb5e604c60 100644 (file)
@@ -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
index 9cce1eb11e262a65f0ca206993182c3fc651f273..f38a444e37fb63592829013015332185cae91170 100644 (file)
@@ -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 <e-mobility@sap.com>",
   ],
   "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",