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>2021-11-12 01:08:57 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-11-12 01:10:53 +0300
commit81c506dc9298f0fee7f564d1de4d88ad41beb3bc (patch)
tree70719916e32e3877d5f632343d29ab7139de94ca /milestoneupdater
parentc35d4e5a55bcfe21e972a9fb8b6250e3ff4ebe22 (diff)
update milestones
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'milestoneupdater')
-rw-r--r--milestoneupdater/config.json16
1 files changed, 5 insertions, 11 deletions
diff --git a/milestoneupdater/config.json b/milestoneupdater/config.json
index 8ae25f9..6db93e7 100644
--- a/milestoneupdater/config.json
+++ b/milestoneupdater/config.json
@@ -25,21 +25,15 @@
"viewer"
],
"dueDates": {
- "Nextcloud 20.0.14": "2021-11-11",
- "Nextcloud 21.0.6": "2021-11-11",
- "Nextcloud 22.2.1": "2021-11-11"
},
"closeMilestones": [
- "Nextcloud 20.0.13",
- "Nextcloud 21.0.5",
- "Nextcloud 22.1.1",
- "Nextcloud 22.1.2",
- "Nextcloud 22.2.0"
+ "Nextcloud 20.0.14",
+ "Nextcloud 21.0.6",
+ "Nextcloud 22.2.1"
],
"addMilestones": [
- "Nextcloud 21.0.7",
- "Nextcloud 22.2.1",
- "Nextcloud 22.2.2"
+ "Nextcloud 21.0.8",
+ "Nextcloud 22.2.3"
],
"versionAdded": {}
}