wgkassem/Regex search git tags
Search for a regex pattern in repo tags and return the most recent one
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| regex | Target pattern | yes | — |
Outputs
| name | description |
|---|---|
| tag | The most recent tag substring that matches the pattern |
| commit | The commit hash of the most recent tag that matches the pattern |