actions-marketplace-validations/Automated Version Bump without commit
Automated version bump for npm packages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag-prefix | Prefix that is used for the git tag | no | "" |
| minor-wording | Words list that trigger a minor version bump | no | feat,minor |
| major-wording | Words list that trigger a major version bump | — | BREAKING CHANGE,major |
| patch-wording | Words list that trigger a patch version bump | — | — |
| rc-wording | Words list that trigger a patch version bump | — | 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 |
Outputs
| name | description |
|---|---|
| newTag | The newly created tag |