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

https://github.com/capybara003/git-version


https://github.com/capybara003/git-version

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Git Version Bumper

> Bump your git tag to the next version.
> Assuming you're following [semver](https://semver.org) conventions.

![demo](https://user-images.githubusercontent.com/351256/42417964-9c757680-829e-11e8-9dd3-60ffafccbc39.gif)

Do you go to check your git tags list, then search for the latest (larger) tag before you create new bumped tag?

This cli tool will help you bumping the version by just selecting which part of the version you want to increase.

## Installation

```bash
npm install -g git-version-bumper
```

## Usage

1. Make sure you're inside the root directory of the project you want to bump its version.
2. Run `version-bumper`
3. Use arrow keys to choose which part of the version you want to increase.
4. Hit enter.