IRepositoryStore.

GetCurrentCommitTaggedVersion(ICommit, string, bool) Method

Namespace
GitVersion.Common
Containing Type
IRepositoryStore

Syntax

SemanticVersion GetCurrentCommitTaggedVersion(ICommit commit, string tagPrefix, bool handleDetachedBranch)

Parameters

Name Type Description
commit ICommit
tagPrefix string
handleDetachedBranch bool

Return Value

Type Description
SemanticVersion
GitHub