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-02-11 22:07:31 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-02-11 22:07:31 +0300
commit8b8836d02cdb4ca408f933f8e46c8471de73759f (patch)
treec63f12a0bfdb9fed495c8bea6ac24a91c6b10d22
parent09841f251a1176c158fa2804ea019c4cdc2600b5 (diff)
update milstone changes
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--milestoneupdater/config.json15
1 files changed, 11 insertions, 4 deletions
diff --git a/milestoneupdater/config.json b/milestoneupdater/config.json
index d1eee32..5457cd1 100644
--- a/milestoneupdater/config.json
+++ b/milestoneupdater/config.json
@@ -25,14 +25,21 @@
"viewer"
],
"dueDates": {
+ "Nextcloud 21.0.9": "2022-02-15",
+ "Nextcloud 22.2.5": "2022-02-15",
+ "Nextcloud 23.0.2": "2022-02-15"
},
"closeMilestones": [
- "Nextcloud 22.2.3",
- "Nextcloud 21.0.6"
+ "Nextcloud 23.0.1",
+ "Nextcloud 21.0.7",
+ "Nextcloud 21.0.8",
+ "Nextcloud 22.2.4"
],
"addMilestones": [
- "Nextcloud 22.2.5",
- "Nextcloud 21.0.8"
+ "Nextcloud 23.0.3",
+ "Nextcloud 22.2.6",
+ "Nextcloud 21.0.9",
+ "Nextcloud 21.0.10"
],
"versionAdded": {}
}