adrianrafo/version-release-info
Get information about the version release format
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 21, 2020
- License
- None
Pinned Snippet
uses: adrianrafo/version-release-info@cf37709f3da5228074d02068154f8be9c4a03219 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version you want information about | yes | — |
Outputs
| name | description |
|---|---|
| is-release | If the version has a release format |
| is-pre-release | If the version has a pre-release format |
| is-snapshot | If the version is a snapshot |
| has-valid-format | If the version has a right format |