From 0e18dcdb0f00f37696fed7cc722c728ed5068574 Mon Sep 17 00:00:00 2001 From: Rajab Natshah Date: Mon, 16 Nov 2020 18:22:59 +0200 Subject: [PATCH] Optimize the updater logic without a specific version in each step and fix missing or invalid packages after upgrade #33 --- config/update-config.json | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/config/update-config.json b/config/update-config.json index 747ebce..24a5c8d 100644 --- a/config/update-config.json +++ b/config/update-config.json @@ -75,8 +75,18 @@ "to": "8.8.4", "composer-project-json-url": "8.8.4" }, - "8.8.*": { - "from": "8.8.*", + "8.8.1": { + "from": "8.8.1", + "to": "8.8.4", + "composer-project-json-url": "8.8.4" + }, + "8.8.2": { + "from": "8.8.2", + "to": "8.8.4", + "composer-project-json-url": "8.8.4" + }, + "8.8.3": { + "from": "8.8.3", "to": "8.8.4", "composer-project-json-url": "8.8.4" }, @@ -108,9 +118,9 @@ "event_log_track_user" ] }, - "8.8.7": { - "from": "8.8.7", - "to": "8.8.7", - "composer-project-json-url": "8.8.7" + "8.8.*": { + "from": "8.8.*", + "to": "8.8.*", + "composer-project-json-url": "latest" } } \ No newline at end of file