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: 5812580ed7d08668cea80d14cdf90ea3921cc3aa (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
48
49
{
  "org": "nextcloud",
  "repos": [
    "3rdparty",
    "activity",
    "bruteforcesettings",
    "circles",
    "documentation",
    "example-files",
    "files_pdfviewer",
    "files_rightclick",
    "files_videoplayer",
    "firstrunwizard",
    "logreader",
    "nextcloud_announcements",
    "notifications",
    "password_policy",
    "photos",
    "privacy",
    "recommendations",
    "related_resources",
    "server",
    "serverinfo",
    "survey_client",
    "suspicious_login",
    "text",
    "twofactor_totp",
    "updater",
    "viewer"
  ],
  "dueDates": {
    "Nextcloud 23.0.12": "2022-12-01",
    "Nextcloud 24.0.8": "2022-12-01",
    "Nextcloud 24.0.9": "2023-01-12",
    "Nextcloud 25.0.2": "2022-12-01",
    "Nextcloud 25.0.3": "2023-01-12"
  },
  "closeMilestones": [
    "Nextcloud 23.0.11",
    "Nextcloud 24.0.7",
    "Nextcloud 25.0.1"
  ],
  "addMilestones": [
    "Nextcloud 25.0.3",
    "Nextcloud 24.0.9"
  ],
  "versionAdded": {}
}