Record

project-branching-model

No description available.

record project-branching-model {
  type-op: string,
  branch-types: option​<list​<project-branching-model-branch-types-item>>,
  development: option​<project-branching-model-development>,
  production: option​<project-branching-model-production>,
}

Fields

NameTypeDescription
type-opstring
branch-typesoption​<list​<project-branching-model-branch-types-item>>
developmentoption​<project-branching-model-development>
productionoption​<project-branching-model-production>