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-05-19 23:43:17 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-05-19 23:43:17 +0300
commit1a128800c7ba63a1d125b2f753c2ae479df751c4 (patch)
treee1eb7b936e0ecf10871279e266ffc7a114bfe978
parent8a755b30488bc800ef1174da912fbdfd9ea35b01 (diff)
update milestones
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--milestoneupdater/config.json16
1 files changed, 9 insertions, 7 deletions
diff --git a/milestoneupdater/config.json b/milestoneupdater/config.json
index 784a74b..7f28ed8 100644
--- a/milestoneupdater/config.json
+++ b/milestoneupdater/config.json
@@ -25,20 +25,22 @@
"viewer"
],
"dueDates": {
- "Nextcloud 22.2.8": "2022-05-19",
+ "Nextcloud 22.2.10": "2022-07-14",
"Nextcloud 22.2.9": "2022-06-16",
- "Nextcloud 23.0.5": "2022-05-19",
+ "Nextcloud 23.0.7": "2022-07-14",
"Nextcloud 23.0.6": "2022-06-16",
- "Nextcloud 24.0.1": "2022-05-19",
+ "Nextcloud 24.0.3": "2022-07-14",
"Nextcloud 24.0.2": "2022-06-16"
},
"closeMilestones": [
- "Nextcloud 24"
+ "Nextcloud 22.2.8",
+ "Nextcloud 23.0.5",
+ "Nextcloud 24.0.1"
],
"addMilestones": [
- "Nextcloud 24.0.2",
- "Nextcloud 23.0.6",
- "Nextcloud 22.2.9"
+ "Nextcloud 24.0.3",
+ "Nextcloud 23.0.7",
+ "Nextcloud 22.2.10"
],
"versionAdded": {}
}