The version to increment
The type of increment. Can be one of the following:
"major": Change the major version v1.2.3 → v2.0.0"minor": Change the minor version v1.2.3 → v1.3.0"patch": Change the patch version v1.2.3 → v1.2.4Optionaloptions: IncrementVersionOptionsExtra options to apply.
A new string representing the version with the increment applied.
Increments the given input version depending on the given increment type.