GitTestExtensions.

MakeATaggedCommit(IRepository, string) Method

Namespace
GitVersion.Testing
Containing Type
GitTestExtensions

Syntax

public static Tag MakeATaggedCommit(this IRepository repository, string tag)

Parameters

Name Type Description
repository IRepository
tag string

Return Value

Type Description
Tag
GitHub