mhillerstrom/Automated Version Bump Plus
Automated version bump for npm packages / Lerna mono repos.
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 | "" |
| 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 | "" |
| push | Set to false to skip pushing the new tag | no | true |
| skip-if-commit-contains | Skip Version Bump Plus action if commit message contains text specified | no | "" |
Outputs
| name | description |
|---|---|
| newTag | The newly created tag |