RepositoryStore.

GetVersionTagsOnBranch(IBranch, string) Method

Namespace
GitVersion
Containing Type
RepositoryStore

Syntax

public IEnumerable<SemanticVersion> GetVersionTagsOnBranch(IBranch branch, string tagPrefixRegex)

Parameters

Name Type Description
branch IBranch
tagPrefixRegex string

Return Value

Type Description
IEnumerable<SemanticVersion>
GitHub