 My branch-list is not really helpful as it only shows "Trunk" or "Release". I suggest a list of overrides in the config, something like this: ``` "branch_overrides": [ { "match": "path/with/version4/.*", "alias" : "Version 4" }, { "match": "other/path/to/dev/trunk/.*", "alias" : "Development" }, { "match": "make/it/capturable/(.*?)/.*", "alias" : "Version $1" } ] ```
My branch-list is not really helpful as it only shows "Trunk" or "Release". I suggest a list of overrides in the config, something like this: