| branch | The source branch |
| pullRequest | The id of the release pull request |
| branchLatest | The latest version for this branch |
| isSource | The branch is a release source branch |
| isTarget | The branch is a release target branch |
| targetVersion | The version specified in the version file |
| sourceVersion | The the highest version of the branch |
| sourceMajor | The major component of sourceVersion |
| sourceMinor | The minor component of sourceVersion |
| sourcePatch | The patch component of sourceVersion |
| sourceBuild | The build components of sourceVersion |
| sourcePrerelease | The prerelease component of sourceVersion |
| sourcePrereleaseBuild | The prerelease build component of sourceVersion |
| sourceIsPrerelease | sourceVersion has a prerelease component |
| sourceIsStable | sourceVersion does not have a prerelease component and is 1.0 or greater |
| targetMajor | The major component of targetVersion |
| targetMinor | The minor component of targetVersion |
| targetPatch | The patch component of targetVersion |
| targetBuild | The build components of targetVersion |
| targetPrerelease | The prerelease component of targetVersion |
| targetPrereleaseBuild | The prerelease build component of targetVersion |
| targetIsPrerelease | targetVersion has a prerelease component |
| targetIsStable | targetVersion does not have a prerelease component and is 1.0 or greater |
| highestVersion | the highest version in the repository |
| latestVersion | the highest release version in the repository |
| isHighestVersion | targetVersion is the highest version in the repository |
| isLatestVersion | targetVersion is the highest release version in the repository |
| isHighestMajor | targetVersion is the highest version with the same major component |
| isHighestMinor | targetVersion is the highest version with the same major & minor components |
| isLatestMajor | targetVersion is the highest release version with the same major component |
| isLatestMinor | targetVersion is the highest release version with the same major & minor components |
| validCanCreate | targetVersion meets all validation and is ready to be created |
| validBranchVersionMinimum | targetVersion meets the minimum for the release range |
| vaildBranchVersionMaximum | targetVersion meets the maximum for the release range |
| validIsNewVersion | targetVersion is a new version tag |
| validIsHighestVersionInBranch | targetVersion will be the highest version in the release range |
| validIsHighestVersion | targetVersion will be the highest version |