metamask/Create Release PR
Update a repository's npm package(s). Monorepo-compatible.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| release-branch-prefix | The prefix of the release PR branch name, to which the release's SemVer version will be appended. | yes | release/ |
| release-type | A SemVer version diff, e.g. "major", "minor", or "patch". Mutually exclusive with "release-version". | no | — |
| release-version | A plain SemVer version string, specifying the version to bump to. Mutually exclusive with "release-type". | no | — |
| artifacts-path | The path to the directory where this action will create its artifact files. | no | — |
| created-pr-status | The status of the pull request when created. Allowed options are "draft" and "open" | yes | draft |
| formatter | The formatter to use when updating CHANGELOG.md files. Allowed options are "oxfmt" and "prettier". | no | prettier |
| github-token | The GitHub token used to authenticate git operations and create the pull request. Defaults to the `GITHUB_TOKEN` environment variable, or `github.token` if not set. | no | — |
Outputs
no outputs