kriasoft/Check Version

Verifies that the version number (in a pull request) was bumped by comparing it to the prevous version from base branch.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 17, 2024
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: kriasoft/check-version@d39cb231eff1288b33140e3f415cab6c956005d5 # v1

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

namedescriptionrequireddefault
pathRelative path under $GITHUB_WORKSPACE containing package.json file..
tokenPersonal access token (PAT) used to fetch the repository.${{ github.token }}
format{name}_v{version}+build.{pr_number}.zip
namedescription
nameGit head name
versionThe new version number.
releaseThe release name.