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:
authorRoeland Jago Douma <roeland@famdouma.nl>2021-01-25 22:37:33 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-01-25 22:37:33 +0300
commitbf418d6393bb555f0b62d1b301271451874658ad (patch)
treea77452729759cb06cb1264903f65c945eb1c011c /milestoneupdater
parente4a028ba355215637aba7be8f7e7eadb83932f5c (diff)
Update milestones
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'milestoneupdater')
-rw-r--r--milestoneupdater/config.json20
1 files changed, 11 insertions, 9 deletions
diff --git a/milestoneupdater/config.json b/milestoneupdater/config.json
index e29d4e8..691f734 100644
--- a/milestoneupdater/config.json
+++ b/milestoneupdater/config.json
@@ -24,19 +24,21 @@
"viewer"
],
"dueDates": {
- "Nextcloud 19.0.8": "2021-02-25",
- "Nextcloud 19.0.9": "2021-04-08",
- "Nextcloud 20.0.6": "2021-02-25",
- "Nextcloud 20.0.7": "2021-04-08"
+ "Nextcloud 19.0.8": "2021-01-25",
+ "Nextcloud 19.0.9": "2021-02-25",
+ "Nextcloud 19.0.10": "2021-04-08",
+ "Nextcloud 20.0.6": "2021-01-25",
+ "Nextcloud 20.0.7": "2021-02-25",
+ "Nextcloud 20.0.8": "2021-04-08"
},
"closeMilestones": [
- "Nextcloud 18.0.13",
- "Nextcloud 19.0.7",
- "Nextcloud 20.0.5"
+ "Nextcloud 18.0.14",
+ "Nextcloud 19.0.8",
+ "Nextcloud 20.0.6"
],
"addMilestones": [
- "Nextcloud 19.0.9",
- "Nextcloud 20.0.7",
+ "Nextcloud 19.0.10",
+ "Nextcloud 20.0.8",
"Nextcloud 21",
"Nextcloud 22"
],