IRepositoryStore.

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

Namespace
GitVersion.Common
Containing Type
IRepositoryStore

Syntax

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

Parameters

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

Return Value

Type Description
IEnumerable<IBranch>
GitHub