lfreleng-actions/🏷️ Check Semantic Versioning String/Tag
Validates a given string for conformity to Semantic Versioning
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/tag-validate-semantic-action@d96c64589d640a73d7674206b5d63f550c18327e # v0.2.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| string | Tag/version string to check/verify | yes | — |
| exit_on_fail | Exits with error status if semantic check fails | no | false |
Outputs
| name | description |
|---|---|
| valid | Set true if tag passes semantic versioning check |
| dev_version | Set true if tag is a development version |