actions-marketplace-validations/Advanced automated Version Bump
Automated version bump for npm packages, either on push or on schedule.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| tag-prefix | Prefix that is used for the git tag | no | v |
| minor-wording | Words list that trigger a minor version bump | no | feat,minor |
| major-wording | Words list that trigger a major version bump | no | BREAKING CHANGE,major |
| patch-wording | Words list that trigger a patch version bump | no | — |
| rc-wording | Words list that trigger a rc version bump | no | pre-alpha,pre-beta,pre-rc |
| skip-tag | Avoid to add a TAG to the version update commit | no | false |
| PACKAGEJSON_DIR | Custom dir to the package | no | "" |
| target-branch | A separate branch to perform the version bump on | no | "" |
| default | Set a default version bump to use | no | patch |
| preid | Set a custom preid for prerelease build | no | rc |
| commit-message | Set a custom commit message for version bump commit | no | "" |
| bump-policy | Set version bump ignore policy | no | all |
| hours-to-go-back | If this option is set, the action can run on schedule. It then gets the commits from the last n hours and analyzes those commit messages. | no | "" |
| skip-if-no-commits | If this option is set, the action does not bump if no commit happened; else release a patch. | no | false |
Outputs
| name | description |
|---|---|
| newVersion | New version number |
| bumped | Whether a version bump was performed (boolean) |