type alias ReleaseType
The possible release types are used as an operator for the increment function and as a result of the difference function.
Definition
"pre"
| "major"
| "premajor"
| "minor"
| "preminor"
| "patch"
| "prepatch"
| "prerelease"