aisrael/The name of your action here

Provide a description here

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionThe version or tag to check if a valid SemVer. Accepts '1.2.3', 'v1.2.3', and 'v1.2.3-beta.4' yes
tokenThe GitHub token to use to access the GitHub API no
repositoryRepository name with owner. For example, aisrael/check-semver. Defaults to the workflow's repository ${{ github.repository }}
check_tagsSet to "true" to check that this new version is SemVer higher than existing tags nofalse
check_releasesSet to "true" to check that this new version is SemVer higher than existing releases nofalse
prefixAn optional prefix to prepend to the SemVer. For example, "cli-" no
suffixAn optional suffix to append to the SemVer. For example "-hotfix" no
namedescription
validWhether the version is valid, and, is SemVer
messageA message about the result