You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/input/docs/reference/variables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Each property of the above JSON document is described in the below table.
60
60
|`PreReleaseLabelWithDash`| The pre-release label prefixed with a dash. |
61
61
|`PreReleaseNumber`| The pre-release number. |
62
62
|`WeightedPreReleaseNumber`| A summation of branch specific `pre-release-weight` and the `PreReleaseNumber`. Can be used to obtain a monotonically increasing version number across the branches. |
63
-
|`BuildMetaData`| The build metadata, usually representing number of commits since the `VersionSourceSha`. |
63
+
|`BuildMetaData`| The build metadata, usually representing number of commits since the `VersionSourceSha`. Despite its name, will not increment for every build.|
64
64
|`BuildMetaDataPadded`| The `BuildMetaData` padded with `0` up to 4 digits. |
65
65
|`FullBuildMetaData`| The `BuildMetaData` suffixed with `BranchName` and `Sha`. |
66
66
|`MajorMinorPatch`|`Major`, `Minor` and `Patch` joined together, separated by `.`. |
0 commit comments