SemanticVersion.

IsMatchForBranchSpecificLabel(string) Method

Summary

Returns true when this version is compatible with a branch-specific label check: no tag set, no label supplied, or the label matches.
Namespace
GitVersion
Containing Type
SemanticVersion

Syntax

public bool IsMatchForBranchSpecificLabel(string value)

Parameters

Name Type Description
value string

Return Value

Type Description
bool
GitHub