Class: GitVersionBumper::VersionBumper::MajorVersionBumper

Inherits:
Bumper
  • Object
show all
Defined in:
lib/git_version_bumper/version_bumper/major_version_bumper.rb

Overview

Implementation of Bumper that increases the major version number.

Constant Summary

Constants inherited from Bumper

Bumper::VERSION_BUMP_COMMIT_MESSAGE

Method Summary

Methods inherited from Bumper

#bump, #initialize

Constructor Details

This class inherits a constructor from GitVersionBumper::VersionBumper::Bumper