Files
UnrealEngine/Engine/Extras/RoboMerge/v3/documentation/example-branchmap.json
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

30 lines
668 B
JSON

{
"defaultStreamDepot": "depot",
"isDefaultBot": true,
"branches": [
{
"name": "TestA",
"aliases": ["A"],
"flowsTo": ["TestB", "TestC"]
},
{
"name": "TestB",
"aliases": ["B"],
"flowsTo": ["TestA"],
"forceAll": true
},
{
"name": "TestC",
"aliases": ["C"],
"flowsTo": ["TestA"],
"forceAll": true
}
],
"branchspecs": [
{
"name": "ROBO:TestA->TestC",
"from": "TestA",
"to": "TestC"
}
]
}