lfreleng-actions/🏷️ Check Calendar Versioning String/Tag
Validates a given string for conformity to Calendar 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-calver-action@67b782bb59d546ff92969b8401bc4ded3cbff890 # v0.1.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 CalVer 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 |