Skip to content

CLI tool to create version bump commits and tag these commits with newest version in a Git repository.

License

Notifications You must be signed in to change notification settings

tmr08c/git_version_bumper

Repository files navigation

Gem Version Code Climate Test Coverage Build Status

GitVersionBumper

CLI tool to create version bump commit and tag with newest version in a Git repository. Versioning is based on Semantic Versioning. Version bump types include MAJOR, MINOR, and PATCH.

Installation

Add this line to your application's Gemfile:

gem 'git_version_bumper'

And then execute:

$ bundle

Or install it yourself as:

$ gem install git_version_bumper

Usage

From within your Git repository you can run the gem using the versionify bump command, in combination with a valid version bump type.

versionify bump TYPE

Version Bump Types

Valid version bump types include:

  • MAJOR
  • MINOR
  • PATCH

Contributing

  1. Fork it ( https://github.com/tmr08c/git_version_bumper/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

CLI tool to create version bump commits and tag these commits with newest version in a Git repository.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages