actions-marketplace-validations/Increment Semantic Version (Typescript)
Bump a given semantic version by a release type ( major | minor | patch ) and add a possible postfix ( alpha | beta | rc )
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| current-version | The current semantic version you want to increment | yes | — |
| version-fragment | The versions fragment you want to increment. Possible options are [ major | feature | bug | alpha | beta | rc ] | yes | — |
Outputs
| name | description |
|---|---|
| next-version | The incremented version |