Config Class

Namespace
GitVersion.Model.Configuration
Base Types
  • object
graph BT Type-->Base0["object"] Type["Config"] class Type type-node

Syntax

public class Config

Constructors

Name Summary
Config()

Fields

Name Constant Value Summary
DefaultTagPrefix [vV]
static
DevelopBranchKey develop
static
DevelopBranchRegex ^dev(elop)?(ment)?$
static
FeatureBranchKey feature
static
FeatureBranchRegex ^features?[/-]
static
HotfixBranchKey hotfix
static
HotfixBranchRegex ^hotfix(es)?[/-]
static
MainBranchKey main
static
MainBranchRegex ^master$|^main$
static
MasterBranchKey master
static
PullRequestBranchKey pull-request
static
PullRequestRegex ^(pull|pull\-requests|pr)[/-]
static
ReleaseBranchKey release
static
ReleaseBranchRegex ^releases?[/-]
static
SupportBranchKey support
static
SupportBranchRegex ^support[/-]
static

Properties

Methods

Name Value Summary
ToString() string

Extension Methods

GitHub