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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit-starts-with | Validate that the release commit starts with a string in this comma-separated list. Use '[version]' to refer to the current release version. | no | — |
| commit-message | The commit message to check. If not provided, the action will get the message from the current commit. | no | "" |
| before | The commit SHA before the current commit. | no | ${{ github.event.before }} |
| skip-checkout | If '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. | no | false |
Outputs
| name | description |
|---|---|
| IS_RELEASE | Is this a release? can be either "true" or "false". |