config.json.example in roku_builder-3.11.0 vs config.json.example in roku_builder-3.11.1
- old
+ new
@@ -16,10 +16,11 @@
"excludes": [],
"app_name": "<app name>",
"stage_method": "<git|script>",
"stages":{
"production": {
- "branch": "production",
+ "branch": "<branch>",
+ "script": {"stage": "<command to stage>", "unstage": "<command to unstage, optional>"},
"key": "key1"
}
}
}
},