actions-marketplace-validations/GitVersion action
Runs GitVersion and exposes versioning attributes as output
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path-to-gitversion | Path to the gitversion executable | yes | — |
| args | Command line arguments to pass to gitversion | no | — |
Outputs
| name | description |
|---|---|
| major | — |
| minor | — |
| patch | — |
| preReleaseTag | — |
| preReleaseTagWithDash | — |
| preReleaseLabel | — |
| preReleaseNumber | — |
| weightedPreReleaseNumber | — |
| buildMetaData | — |
| buildMetaDataPadded | — |
| fullBuildMetaData | — |
| majorMinorPatch | — |
| semVer | — |
| legacySemVer | — |
| legacySemVerPadded | — |
| assemblySemVer | — |
| assemblySemFileVer | — |
| fullSemVer | — |
| informationalVersion | — |
| branchName | — |
| sha | — |
| shortSha | — |
| nuGetVersionV2 | — |
| nuGetVersion | — |
| nuGetPreReleaseTagV2 | — |