ari-party/ari-party Action Get Latest Tag
Get the latest git tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| semver_only | Whether gets only a tag in the shape of semver. `v` prefix is accepted for tag names. | 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. If no tag exists and `inputs.with_initial_version` == `false`, this value is `''`. |