itstor/Check Upgradable Version

Check the latest version of package.json then compare with the latest release on GitHub

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 27, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: itstor/check-upgradable-version@1bb8137d4a401732eaf9341f82849d74cc22c01e # v2.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
ownerThe name of the owner of the repo. Used to identify the owner of the repository.no
repoThe name of the repository. Used to identify the repository on which to release.no
package_json_pathThe path to the package.json file. Can be used for monorepo. Example packages/app/no.
debugShow output for debuggingnofalse
version_prefixThe prefix used in version tag (e.g., 'v')no
include_prefixWhether to include the version_prefix in the to_version and from_version outputsnofalse
prerelease_suffix_regexRegex to match prerelease suffixesno-(alpha|beta|rc)\.
namedescription
from_versionThe latest version of the release
to_versionThe current version of the package.json
is_upgradableIs upgradable
is_prereleaseWhether the current version is a prerelease