actions-marketplace-validations/Pull Request Node Version Bumper
Automatically bump a temporary alpha version of a node module within a pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 3, 2020
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/mitchellsimoens_gpr-pr-version-bump@cc9b2a4623b5a5b94fa085cb2a4074e19f1264b2 # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cwd | Set to the relative path where the package.json is located in. | no | ./ |
| skip_git_tag | Set to not create a git tag when npm version command is run. | no | — |
Outputs
| name | description |
|---|---|
| new_version | The new version that was pushed. |