Expand description
SemanticVersion data model.
Corresponds to the upstream GitVersion.Core/SemVer/SemanticVersion.cs,
SemanticVersionPreReleaseTag.cs, and SemanticVersionBuildMetaData.cs.
Structs§
- Build
Meta Data - Build metadata: commits-since-tag, branch, sha, etc.
- PreRelease
Tag - Pre-release tag. Example:
beta.1=> name=“beta”, number=Some(1). - Semantic
Version - A complete semantic version.