Type Alias ReleaseType

ReleaseType:
    | "pre"
    | "major"
    | "premajor"
    | "minor"
    | "preminor"
    | "patch"
    | "prepatch"
    | "prerelease"

The possible release types are used as an operator for the increment function and as a result of the difference function.