Skip to content

neozmmv/git-bump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-bump

git-bump is a simple extension for git that mimics the usage of npm version for generating new git tags.

Usage

git bump <major|minor|patch>

If no tags are found, v1.0.0 is created automatically.

Installation

Via Go (recommended)

go install github.com/neozmmv/git-bump@latest

Windows

irm https://raw.githubusercontent.com/neozmmv/git-bump/master/install.ps1 | iex

Linux

curl -fsSL https://raw.githubusercontent.com/neozmmv/git-bump/master/install.sh | bash

About

Simple Go tool for applying semantic versioning to git tags.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors