An open API service indexing awesome lists of open source software.

https://github.com/doches/gitbump

Bump version numbers in git tags, from a tiny CLI interface
https://github.com/doches/gitbump

Last synced: over 1 year ago
JSON representation

Bump version numbers in git tags, from a tiny CLI interface

Awesome Lists containing this project

README

          

# Bump

A light wrapper around `git` and [semver](https://www.npmjs.com/package/semver) that provides a CLI utility to quickly bump the major, minor, or patch version of a git repository:

![screenshot](./doc/screenshot.png)

## Get It

`npm install -g gitbump`

## Use it

`cd` into a the root directory of a git repository that uses `git tag` to track version numbers, and run `bump`.