Header menu logo Partas.GitNet

RunExtensions Module

Types

Type Description

RuntimeOutput

Type extensions

Type extension Description

this.DryRun

Full Usage: this.DryRun

Parameters:
    () : unit

Returns: RuntimeOutput

Extended Type: GitNetRuntime

() : unit
Returns: RuntimeOutput

this.Run

Full Usage: this.Run

Parameters:
    ?username : string - Git username
    ?email : string - Git email
    ?commit : bool -
    ?appendCommit : bool -
    ?stageFile : bool -

Returns: RuntimeOutput

Run GitNet, versioning according to the provided config AutoBumps etc.

Extended Type: GitNetRuntime

?username : string

Git username

?email : string

Git email

?commit : bool

?appendCommit : bool

?stageFile : bool

Returns: RuntimeOutput

this.Run

Full Usage: this.Run

Parameters:
Returns: RuntimeOutput

Remap a gitnet run with the planned bumps and current computed versions of the scopes.

Extended Type: GitNetRuntime

mapping : IDictionary<string, SepochSemver> -> FrozenDictionary<string, GitNetTag voption> -> IDictionary<string, SepochSemver>

A mapping function which provides the bumps to execute; ie, the sepoch semvers to version.

?username : string

Git username

?email : string

Git email

?commit : bool

?appendCommit : bool

?stageFile : bool

Returns: RuntimeOutput

this.WriteToOutput

Full Usage: this.WriteToOutput

Parameters:
    content : string

Returns: string

Extended Type: GitNetRuntime

content : string
Returns: string

this.WriteToOutputAndCommit

Full Usage: this.WriteToOutputAndCommit

Parameters:
    content : string

Extended Type: GitNetRuntime

content : string

this.WriteToOutputAndStage

Full Usage: this.WriteToOutputAndStage

Parameters:
    content : string

Extended Type: GitNetRuntime

content : string

Type something to start searching.