actions-marketplace-validations/Bump Semantic Version
Returns a bumped semantic version given a version and major, minor, or patch string
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| semantic-version | A semantic version you want to increase | yes | — |
| version-type | MAJOR, MINOR, or PATCH | yes | MINOR |
Outputs
| name | description |
|---|---|
| bumped-semantic-version | The bumped semantic version |