interstellar-lab/Check Version

Check version number in version file versus latest published version tag

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
version-filePath to the version fileyes.VERSION
check-onlyIf "yes", will only check if version in version-file is valid; if "no" will also push a new tag (default: "no")nono
read-onlyIf "yes", will only read the version-file without any other check (default: "no")nono
release-onlyIf "yes", will try to release last tag with pre-release suffix (default: "no")nono
suffixsuffix that will be append after the version number and a dash. For example if suffix is "pre-release" and version in file is 1.2.3; the tag in git will be v1.2.3-pre-releaseno""
working-directoryDirectory in which to run the actionno.
namedescription
last-versionLast version tag published
new-versionNew version contained in the version file