Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.json « milestoneupdater - github.com/nextcloud/github_helper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 893f0458c758f97fdb2dc9ae49b8c0028adfe2c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "org": "nextcloud",
  "repos": [
    "3rdparty",
    "activity",
    "circles",
    "documentation",
    "example-files",
    "files_pdfviewer",
    "files_rightclick",
    "files_videoplayer",
    "firstrunwizard",
    "logreader",
    "nextcloud_announcements",
    "notifications",
    "password_policy",
    "photos",
    "privacy",
    "recommendations",
    "server",
    "serverinfo",
    "survey_client",
    "text",
    "updater",
    "viewer"
  ],
  "dueDates": {
    "Nextcloud 22.2.10": "2022-07-14",
    "Nextcloud 22.2.9": "2022-06-20",
    "Nextcloud 23.0.7": "2022-07-14",
    "Nextcloud 23.0.6": "2022-06-20",
    "Nextcloud 24.0.3": "2022-07-14",
    "Nextcloud 24.0.2": "2022-06-20"
  },
  "closeMilestones": [
    "Nextcloud 22.2.8",
    "Nextcloud 23.0.5",
    "Nextcloud 24.0.1"
  ],
  "addMilestones": [
    "Nextcloud 24.0.3",
    "Nextcloud 23.0.7",
    "Nextcloud 22.2.10"
  ],
  "versionAdded": {}
}