class GitVersionBumper::Errors::InvalidVersionBumpType
This error should be raised when attempting to use GitVersionBumper
to bump a non-standard vesion type
The currently allowed types are
-
MAJOR
-
MINOR
-
PATCH
and are pulled from semver.org/