actions-marketplace-validations/Update Semantic Version
Update a given semantic version by a release type ( MAJOR | MINOR | PATCH ) and prerelease tags ( alpha | beta | rc )
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| current-version | The current semantic version you want to update | yes | NONE |
| increment-version-fragment | The versions fragment you want to increment. possible options are [ NONE | MAJOR | MINOR | PATCH ] | no | NONE |
| prerelease-fragment | The prerelease fragment you want to remove or increment. possible options are [ REMOVE | ALPHA | BETA | RC ] | no | REMOVE |
Outputs
| name | description |
|---|---|
| updated-version | The updated version |