RepositoryStore.

GetReleaseBranches(IEnumerable<KeyValuePair<string, BranchConfig>>) Method

Namespace
GitVersion
Containing Type
RepositoryStore

Syntax

public IEnumerable<IBranch> GetReleaseBranches(IEnumerable<KeyValuePair<string, BranchConfig>> releaseBranchConfig)

Parameters

Name Type Description
releaseBranchConfig IEnumerable<KeyValuePair<string, BranchConfig>>

Return Value

Type Description
IEnumerable<IBranch>
GitHub