interface GitTargetVersionDescriptor {
    targetVersion?: string;
    targetVersionOptions?: GitVersionOptions;
    targetVersionType?: GitVersionType;
    version?: string;
    versionOptions?: GitVersionOptions;
    versionType?: GitVersionType;
}

Hierarchy (View Summary)

Properties

targetVersion?: string

Version string identifier (name of tag/branch, SHA1 of commit)

targetVersionOptions?: GitVersionOptions

Version options - Specify additional modifiers to version (e.g Previous)

targetVersionType?: GitVersionType

Version type (branch, tag, or commit). Determines how Id is interpreted

version?: string

Version string identifier (name of tag/branch, SHA1 of commit)

versionOptions?: GitVersionOptions

Version options - Specify additional modifiers to version (e.g Previous)

versionType?: GitVersionType

Version type (branch, tag, or commit). Determines how Id is interpreted