actiwaredevelopment/Get module info version
Reads the version number from the module definition file (info.json)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| module-definition-file | Where is the info.json | yes | ./module-definition/info.json |
| fallback-version | Default version without build version | no | 2.0.0 |
| alternative-major-version | Alternative major version | no | "" |
| alternative-minor-version | Alternative minor version | no | "" |
| alternative-build-version | Alternative build version | no | "" |
| ignore-info-json | Indicates if a info.json file should be used to determine the version | no | false |
Outputs
| name | description |
|---|---|
| version | The version number of the module |
| versionNoBuild | The version number of the module without the build version |