GitBaseVersionDescriptor interface
- Extends
Properties
base |
Version string identifier (name of tag/branch, SHA1 of commit) |
base |
Version options - Specify additional modifiers to version (e.g Previous) |
base |
Version type (branch, tag, or commit). Determines how Id is interpreted |
Inherited Properties
version | Version string identifier (name of tag/branch, SHA1 of commit) |
version |
Version options - Specify additional modifiers to version (e.g Previous) |
version |
Version type (branch, tag, or commit). Determines how Id is interpreted |
Property Details
baseVersion
Version string identifier (name of tag/branch, SHA1 of commit)
baseVersion: string
Property Value
string
baseVersionOptions
Version options - Specify additional modifiers to version (e.g Previous)
baseVersionOptions: GitVersionOptions
Property Value
baseVersionType
Version type (branch, tag, or commit). Determines how Id is interpreted
baseVersionType: GitVersionType
Property Value
Inherited Property Details
version
Version string identifier (name of tag/branch, SHA1 of commit)
version: string
Property Value
string
Inherited From GitVersionDescriptor.version
versionOptions
Version options - Specify additional modifiers to version (e.g Previous)
versionOptions: GitVersionOptions
Property Value
Inherited From GitVersionDescriptor.versionOptions
versionType
Version type (branch, tag, or commit). Determines how Id is interpreted
versionType: GitVersionType
Property Value
Inherited From GitVersionDescriptor.versionType