actions-marketplace-validations/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: actions-marketplace-validations/adrianrafo_version-release-info@e3d67d43f93f2966f09e42e4ba80dc2de7c9eed7 # no releases — HEAD as of 2026-07-14tags 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 |