actions-marketplace-validations/Semantic versioning parser
GitHub action for parsing semantic versions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 15, 2025
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/applicreation_versions-action@faabaea22b7de52d44642440a7c4b1f7b6436db1 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | The full semantic version to parse (e.g., v1.2.3 or 1.2.3) | yes | — |
Outputs
| name | description |
|---|---|
| has_prefix | Whether the version has a prefix (true/false) |
| major | The major version number |
| minor | The minor version number |
| patch | The patch version number |