Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/github_helper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--milestoneupdater/config.json18
1 files changed, 8 insertions, 10 deletions
diff --git a/milestoneupdater/config.json b/milestoneupdater/config.json
index 7337f08..5812580 100644
--- a/milestoneupdater/config.json
+++ b/milestoneupdater/config.json
@@ -29,22 +29,20 @@
"viewer"
],
"dueDates": {
- "Nextcloud 23.0.11": "2022-11-03",
"Nextcloud 23.0.12": "2022-12-01",
- "Nextcloud 24.0.7": "2022-11-03",
"Nextcloud 24.0.8": "2022-12-01",
- "Nextcloud 25.0.1": "2022-11-03",
- "Nextcloud 25.0.2": "2022-12-01"
+ "Nextcloud 24.0.9": "2023-01-12",
+ "Nextcloud 25.0.2": "2022-12-01",
+ "Nextcloud 25.0.3": "2023-01-12"
},
"closeMilestones": [
- "Nextcloud 23.0.10",
- "Nextcloud 24.0.6",
- "Nextcloud 25"
+ "Nextcloud 23.0.11",
+ "Nextcloud 24.0.7",
+ "Nextcloud 25.0.1"
],
"addMilestones": [
- "Nextcloud 25.0.2",
- "Nextcloud 24.0.8",
- "Nextcloud 23.0.12"
+ "Nextcloud 25.0.3",
+ "Nextcloud 24.0.9"
],
"versionAdded": {}
}