actions-marketplace-validations/semantic-versioning-calculator

Increments the semantic version string action.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
versionSpecify 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_majorSet to "true" will increment major. The default value is "false".nofalse
increment_minorSet to "true" will increment minor. If increment_major is true, it will be ignored. The default value is "false".nofalse
increment_patchSet to "true" will increment patch. If increment_major or INCREMENT_MINOR are true, it will be ignored. The default value is "false".nofalse
prereleaseSet the value as a prerelease name if specified.no""
metaSet the value as a meta name if specified.no""
namedescription
versionCalculated semantic version string.