IRepositoryStore.

GetVersionTagsOnBranch(IBranch, string) Method

Namespace
GitVersion.Common
Containing Type
IRepositoryStore

Syntax

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

Parameters

Name Type Description
branch IBranch
tagPrefixRegex string

Return Value

Type Description
IEnumerable<SemanticVersion>
GitHub