actions-marketplace-validations/action-package-version-bump
Github action to upgrade the package.json version and create a changelog based on PR description. Only works with pull_request and pull_request_target events
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| user_name | Name of the git user to push the changes | yes | — |
| user_email | Email of the git user to push the changes | yes | — |
| ref_branch | Branch to use as a base reference for the version bump. If not specified, it will use the pull_request one when available | no | — |
| version_args | npm version command arguments. | no | patch |
| node_version | node version used for the npm commands | no | 20 |
| access_token | Personal access token to clone the repository. Default: github.token | no | — |
| skip_push | Skip pushing committed changes to the repository. Default: false | yes | false |
| skip_changelog | Skip changelog update | no | false |
| action | Action to perform: "bump" or "restore" | yes | bump |
| use_rebase | Use rebase strategy for pull | no | false |
Outputs
no outputs