actions-marketplace-validations/thebongy/version-check

Extracts your project version and checks if a tag with the same version doesn't exist

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filePath to project configuration file (package.json for Nodejs, Cargo.yml for rust supported currently)yes
tagFormatFormat string for tag, use ${version} to substitute versionno${version}
failBuildWhether the build should fail if the version didn't changenotrue
namedescription
releaseVersionThe (formatted) version read from the project
rawVersionThe raw version read from the project configuration file
versionChangedtrue if the version changed, false otherwise
releaseTagsThe list of tags of the version, for use with docker