yakovlev-alexey/Bump Package Version
Automatically bump npm package version.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| 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 | — |
| commit-message | Set a custom commit message for version bump commit | no | — |
| skip-push | Skip pushes | no | false |
| skip-commit | Skip commits | no | false |
| skip-tag | Skip tagging | no | false |
| skip-for-canary | Skip commiting, tagging and pushing for canary versions (PRs) | no | true |
| abort-for-forks | Abort action when running in a PR from a fork | no | true |
Outputs
no outputs