Skip to content

akkunchoi/git-versioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

git-versioning

This is a git sub-command which provides automatic generation of the new version tag.

See also: Semantic Versioning

Installation

  1. Download it
  2. and put on PATH you like

Usage

Now,

$ git tag
v0.0.1 
v0.1.2
v0.1.3

and you run a following command

git versioning up -p

then the new version tag is created!

$ git tag
v0.0.1 
v0.1.2
v0.1.3
v0.1.4

Options

--pre
--post
--major, -m
--minor, -i
--patch, -p
--commit, -c
--all, -a

About

This is a git sub-command which provides automatic generation of the new version tag

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages