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-09-30 14:43:03 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-09-30 14:43:03 +0300
commitc90b060709252d0a47d7b08af81f1ccf1205163f (patch)
tree69067c9361ea6320657aceb3c54bd32d70e90030 /milestoneupdater
parent8565ddd850dad1e4008d2ebd3dffc7d6842bfbb0 (diff)
update milestones
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'milestoneupdater')
-rw-r--r--milestoneupdater/config.json25
1 files changed, 11 insertions, 14 deletions
diff --git a/milestoneupdater/config.json b/milestoneupdater/config.json
index ab24319..8ae25f9 100644
--- a/milestoneupdater/config.json
+++ b/milestoneupdater/config.json
@@ -25,24 +25,21 @@
"viewer"
],
"dueDates": {
- "Nextcloud 20.0.12": "2021-08-12",
- "Nextcloud 20.0.13": "2021-09-23",
- "Nextcloud 21.0.4": "2021-08-12",
- "Nextcloud 21.0.5": "2021-09-23",
- "Nextcloud 22.0.1": "2021-08-12",
- "Nextcloud 22.0.2": "2021-09-23",
- "Nextcloud 22": "2021-07-06"
+ "Nextcloud 20.0.14": "2021-11-11",
+ "Nextcloud 21.0.6": "2021-11-11",
+ "Nextcloud 22.2.1": "2021-11-11"
},
"closeMilestones": [
- "Nextcloud 19.0.13",
- "Nextcloud 20.0.11",
- "Nextcloud 21.0.3"
- ],
- "addMilestones": [
"Nextcloud 20.0.13",
"Nextcloud 21.0.5",
- "Nextcloud 22.0.1",
- "Nextcloud 22.0.2"
+ "Nextcloud 22.1.1",
+ "Nextcloud 22.1.2",
+ "Nextcloud 22.2.0"
+ ],
+ "addMilestones": [
+ "Nextcloud 21.0.7",
+ "Nextcloud 22.2.1",
+ "Nextcloud 22.2.2"
],
"versionAdded": {}
}