Skip to content

AmmarCodes/git-version-bumper

Folders and files

Name
Last commit message
Last commit date

Latest commit

2c7e7fa Â· Jul 13, 2018

History

24 Commits
Jul 12, 2018
Jul 8, 2018
Jul 7, 2018
Jul 7, 2018
Jul 8, 2018
Jul 13, 2018
Jul 13, 2018
Jul 13, 2018
Jul 13, 2018

Repository files navigation

Git Version Bumper

Bump your git tag to the next version. Assuming you're following semver conventions.

demo

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

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.