actions-marketplace-validations/semantic-versioning-calculator
Increments the semantic version string action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Specify the current semantic version. It must be followed semantic versioning rule. This value must be specified. For example: 0.2.5, 2.10.0-develop, etc. | yes | — |
| increment_major | Set to "true" will increment major. The default value is "false". | no | false |
| increment_minor | Set to "true" will increment minor. If increment_major is true, it will be ignored. The default value is "false". | no | false |
| increment_patch | Set to "true" will increment patch. If increment_major or INCREMENT_MINOR are true, it will be ignored. The default value is "false". | no | false |
| prerelease | Set the value as a prerelease name if specified. | no | "" |
| meta | Set the value as a meta name if specified. | no | "" |
Outputs
| name | description |
|---|---|
| version | Calculated semantic version string. |