actions-marketplace-validations/get-version-action
Get version string from your project file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project | Project file path | yes | — |
| show_log_message | Value has to be `true` or `false`; Show message or not in the console. Shows error log always even set false. | no | — |
Outputs
| name | description |
|---|---|
| version | Found version |
| major | Major of SEMVER |
| minor | Minor of SEMVER |
| patch | Patch of SEMVER |
| pre-release | Pre-release of SEMVER |
| build | Build of SEMVER |