Exception: GitVersionBumper::Errors::InvalidVersionBumpType

Inherits:
GitVersionBumper::Error show all
Defined in:
lib/git_version_bumper/errors.rb

Overview

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/