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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-11-03 20:38:16 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-11-03 20:38:16 +0300
commitd752b259a66855d3bbed60ef43b5b913f3207bb4 (patch)
tree78c7246dc84ec12510bd9333bf3337fc1c6634f6
parent7796fc3fc08b5c400615df7416b80bd9142747fb (diff)
update milestonesHEADmaster
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-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": {}
}