sandros94/Action Metadata Semver
This action takes in input a valid semver and outputs a list of tags that match the semver.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| version | A valid semver version. | yes | — |
| enableLatest | Disable the latest tag from the output. | no | true |
Outputs
| name | description |
|---|---|
| tags | A list of tags that match the semver in the input. |
| isPreRelease | A boolean that indicates if the version is a pre-release. |