getshogun/Git Last Tag
Find and return the most recent matching tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag_pattern | The tag pattern to match | no | v[0-9]*.[0-9]*.[0-9]* |
| ignore_tag_pattern | The tag pattern to ignore | no | "" |
Outputs
| name | description |
|---|---|
| last_tag | Sets the env.LAST_TAG to the most recent matching tag |