forked from hoprnet/hoprnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releases.json
50 lines (50 loc) · 1.12 KB
/
releases.json
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
50
{
"development": {
"git_ref": "^master$",
"network": "rotsee"
},
"valencia": {
"git_ref": "^(release|staging)/valencia$",
"network": "monte_rosa",
"version_major": "1",
"version_minor": "90"
},
"bogota": {
"git_ref": "^(release|staging)/bogota$",
"network": "monte_rosa",
"version_major": "1",
"version_minor": "91"
},
"riga": {
"git_ref": "^(release|staging)/riga$",
"network": "monte_rosa",
"version_major": "1",
"version_minor": "92"
},
"bratislava": {
"git_ref": "^(release|staging)/bratislava$",
"network": "monte_rosa",
"version_major": "1",
"version_minor": "93"
},
"providence": {
"git_ref": "^(release|staging)/providence$",
"network": "dufour",
"version_major": "2",
"version_minor": "0"
},
"saint-louis": {
"git_ref": "^(release|staging)/saint-louis$",
"network": "dufour",
"version_major": "2",
"version_minor": "1"
},
"debug-staging": {
"git_ref": "^debug-deploy/.*",
"network": "debug-staging"
},
"integration-test": {
"git_ref": "^integration/.*",
"network": "rotsee"
}
}