forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-blessing-surfaces.json
More file actions
31 lines (31 loc) · 957 Bytes
/
Copy pathrelease-blessing-surfaces.json
File metadata and controls
31 lines (31 loc) · 957 Bytes
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
{
"version": 1,
"surfaces": {
"python-backend": {
"display_name": "Python backend",
"blessing_tag_prefix": "python-backend-bless-",
"depends_on": [],
"promotion_workflows": [".github/workflows/gcp_backend.yml"]
},
"desktop-rust-backend": {
"display_name": "Desktop Rust backend",
"depends_on": ["python-backend"],
"promotion_workflows": [".github/workflows/desktop_promote_prod.yml"]
},
"desktop-macos": {
"display_name": "macOS Desktop app",
"depends_on": ["desktop-rust-backend", "python-backend"],
"promotion_workflows": [".github/workflows/desktop_promote_prod.yml"]
},
"flutter-ios": {
"display_name": "Flutter iOS app",
"depends_on": ["python-backend"],
"promotion_workflows": []
},
"flutter-android": {
"display_name": "Flutter Android app",
"depends_on": ["python-backend"],
"promotion_workflows": []
}
}
}