lfreleng-actions/🏷️ Repository Tags
Fetches tags, counts them, identifies the latest/current tag, determines type
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| type | Tag types to parse/accept [production|development|both] | no | both |
| repository | Repository to checkout and fetch tags from | no | ${{ github.repository }} |
| path | Relative path under $GITHUB_WORKSPACE to place the repository | no | . |
Outputs
| name | description |
|---|---|
| tag_count | The number of tags in the repository |
| tag | The current/latest tag from repository |
| numeric_tag | The tag [without any v/V prefix] e.g. 1.2.3 |
| semantic | Set true if current tag is semantic |
| calver | Set true if current tag uses calendar versioning |