metamask/Is this a release?

This action checks to see if the .version key in a repository's package.json has changed in order to determine if this commit is a release commit

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commit-starts-withValidate that the release commit starts with a string in this comma-separated list. Use '[version]' to refer to the current release version.no
commit-messageThe commit message to check. If not provided, the action will get the message from the current commit.no""
beforeThe commit SHA before the current commit.no${{ github.event.before }}
skip-checkoutIf 'true', the action will skip the checkout step. Use this if the repository has already been checked out. Note that the action requires at least two commits to be fetched.nofalse
namedescription
IS_RELEASEIs this a release? can be either "true" or "false".