gaspb/Get Latest Tag By Prefix
Get a latest Git tag.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| prefix | Prefix pattern for the tag | no | "" |
| semver_only | Whether gets only a tag in the shape of semver. | no | false |
| initial_version | The initial version. Works only when `inputs.with_initial_version` == `true`. | no | v0.0.0 |
| with_initial_version | Whether returns `inputs.initial_version` as `outputs.tag` if no tag exists. `true` and `false` are available. | no | true |
Outputs
| name | description |
|---|---|
| tag | The latest tag with prefix |
| version | The latest tag, without prefix |