prod-releaser.php/config/modules.json

13 lines
319 B
JSON
Executable File

{
"release": {
"pull": {
"description": "Pulls project from git branch.",
"permissions": [],
"parameters": {
"project": { "description": "Project's name.", "type": "varchar(2,30,alphanumeric)" },
"branch": { "description": "Git release branch.", "type": "varchar(2,30,alphanumeric)" }
}
}
}
}