0.0
No commit activity in last 3 years
No release in over 3 years
Versioning lib (with Git support)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
~> 10.0
>= 0

Runtime

~> 0.5
~> 1.3
~> 0.2
 Project Readme

Code Climate

version-manager

versioning lib (with Git support) written in Ruby

Information:

The gem purpose is to automate process of releasing a new version. It can be used with semver. There are three version components: major, minor and patch (MAJOR.MINOR.PATCH). Major and minor versions should be updated from the master branch. Patch version should be updated from the release branch. By default, release version has a format like: release-MAJOR.MINOR. Also, a tag is being created alongside with a branch. It has a format like: MAJOR.MINOR.PATCH.

Installation:

gem install version-manager

Usage:

Bump a new version:

manver make major
manver make minor
manver make patch

Switch to the latest version:

manver latest