aisrael/The name of your action here
Provide a description here
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version or tag to check if a valid SemVer. Accepts '1.2.3', 'v1.2.3', and 'v1.2.3-beta.4' | yes | — |
| token | The GitHub token to use to access the GitHub API | no | — |
| repository | Repository name with owner. For example, aisrael/check-semver. Defaults to the workflow's repository | — | ${{ github.repository }} |
| check_tags | Set to "true" to check that this new version is SemVer higher than existing tags | no | false |
| check_releases | Set to "true" to check that this new version is SemVer higher than existing releases | no | false |
| prefix | An optional prefix to prepend to the SemVer. For example, "cli-" | no | — |
| suffix | An optional suffix to append to the SemVer. For example "-hotfix" | no | — |
Outputs
| name | description |
|---|---|
| valid | Whether the version is valid, and, is SemVer |
| message | A message about the result |