actions-marketplace-validations/Bump package version
Bumping package version depending on keywords present in the commit message
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 13, 2026
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/jpb06_bump-package@9ac11999a9120098fc7ae13d12dcc129f4fcd30e # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cwd | Path location of the package to bump. | — | . |
| major-keywords | Keywords triggering a major bump, separated by commas if more than one. | — | [Major]: |
| minor-keywords | Keywords triggering a minor bump, separated by commas if more than one. | — | [Minor]: |
| patch-keywords | Keywords triggering a patch bump, separated by commas if more than one. | — | [Patch]: |
| should-default-to-patch | If no keywords are present in the commits, bump anyway by doing a patch. | — | false |
| commit-user | User for the version bump commit. | — | "" |
| commit-user-email | User email for the version bump commit. | — | "" |
| debug | Debug mode. Will display event github event data. | — | false |
Outputs
| name | description |
|---|---|
| bump-performed | true if package.json has been bumped |
| new-version | Resolved new version |