hartym / git-semver

git-semver is a tiny git addon to manage your project's version numbers

Home Page:http://rdc.li/git-semver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-semver

Continuous Integration Status Coverage Status Documentation Status

Install

(sudo) pip install git-semver

Simple usage

$ git semver
0.1.0
$ git semver --next-patch
0.1.1
$ git semver --next-minor
0.2.0
$ git semver --next-major
1.0.0

Example release process

See http://rdc.li/release


Made with ♥ by Romain Dorgueil and contributors.

About

git-semver is a tiny git addon to manage your project's version numbers

http://rdc.li/git-semver


Languages

Language:Python 64.9%Language:Makefile 35.1%