ravnhq/Compare and Bump
Compare version numbers to package.json versions and bump
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version to compare with the package.json version | no | — |
| bump-type | The bump type to perform | no | — |
| package-json-path | Path to package.json | no | — |
Outputs
| name | description |
|---|---|
| previous_version | Version that was bumped |
| new_version | Version that previous version was bumped to |
| major | Major piece of new version |
| minor | Minor piece of new version |
| patch | Patch piece of new version |
| bumped | Whether or not a bump was actually done |