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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
user_nameName of the git user to push the changesyes
user_emailEmail of the git user to push the changesyes
ref_branchBranch to use as a base reference for the version bump. If not specified, it will use the pull_request one when availableno
version_argsnpm version command arguments. nopatch
node_versionnode version used for the npm commandsno20
access_tokenPersonal access token to clone the repository. Default: github.tokenno
skip_pushSkip pushing committed changes to the repository. Default: falseyesfalse
skip_changelogSkip changelog updatenofalse
actionAction to perform: "bump" or "restore"yesbump
use_rebaseUse rebase strategy for pullnofalse

no outputs