akashmishra24/Automated Version Bump
Automated version bump for npm packages.
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 | "" |
| tag-suffix | Suffix that is used for the git tag | no | "" |
| version-type | Overrides version type from commit message | 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 |
| skip-commit | Avoid to add a commit after the version is bumped | no | false |
| skip-push | If true, skip pushing any commits or tags created after the version bump | 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 |
| check-last-commit-only | Check only last commit message | no | false |
| push | [DEPRECATED] Set to false to skip pushing the new tag | no | true |
Outputs
| name | description |
|---|---|
| newTag | The newly created tag |