Name | Type | Description | Notes ———— | ————- | ————- | ————- kind | KindEnum | The kind of branch. | prefix | String | The prefix for this branch type. A branch with this prefix will be classified as per `kind`. The prefix must be a valid prefix for a branch and must always exist. It cannot be blank, empty or `null`. |
Name | Value —- | —– FEATURE | "feature" BUGFIX | "bugfix" RELEASE | "release" HOTFIX | "hotfix"