Skip to content

A simple utility written in rust to bump and manage git semantic version tags.

License

Notifications You must be signed in to change notification settings

iamd3vil/verbump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verbump

A simple utility written in rust to bump git tags using semantic versioning. A port of gtbump.

Installation

You can download a release from Releases.

Usage

Usage: verbump [OPTIONS]

Optional arguments:
  -h, --help   prints help message
  -m, --minor  increments minor version
  -M, --major  increments major version
  -p, --patch  increments patch version (default: true)
  -s, --show   shows the latest tag
  -i, --init   inits a tag
  -a, --all    shows all tags

About

A simple utility written in rust to bump and manage git semantic version tags.

Resources

License

Stars

Watchers

Forks

Packages

No packages published