All Projects → AAlakkad → Git Version Bumper

AAlakkad / Git Version Bumper

Licence: mit
Bump your git tag to the next version, easily. 👊

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Git Version Bumper

Gitversion
From git log to SemVer in no time
Stars: ✭ 2,131 (+2349.43%)
Mutual labels:  versioning, semver
ongeza
An automated way to follow the Semantic Versioning Specification
Stars: ✭ 36 (-58.62%)
Mutual labels:  semver, versioning
Version
Represent and compare versions via semantic versioning (SemVer) in Swift
Stars: ✭ 160 (+83.91%)
Mutual labels:  versioning, semver
Reckon
Infer a project's version from your Git repository.
Stars: ✭ 124 (+42.53%)
Mutual labels:  versioning, semver
Python Semver
Python package to work with Semantic Versioning (http://semver.org/)
Stars: ✭ 264 (+203.45%)
Mutual labels:  versioning, semver
Semver
Semantic versioning helper library for PHP
Stars: ✭ 144 (+65.52%)
Mutual labels:  versioning, semver
gradle-semantic-build-versioning
Gradle plugin to generate version-numbers and tags using semantic versioning
Stars: ✭ 19 (-78.16%)
Mutual labels:  semver, versioning
git-version-bumper
Bump your git tag to the next version, easily. 👊
Stars: ✭ 92 (+5.75%)
Mutual labels:  semver, versioning
perfekt
Release, changelog and version your packages with perfe(k)t 👌 ease!
Stars: ✭ 15 (-82.76%)
Mutual labels:  semver, versioning
terraform-module-versions
CLI tool that checks Terraform code for module updates. Single binary, no dependencies. linux, osx, windows. #golang #cli #terraform
Stars: ✭ 143 (+64.37%)
Mutual labels:  semver, versioning
Grabver
Gradle Automatic Build Versioning Plugin - An easy Gradle plugin that follows semver.org rules to automatically generate the Patch version, Build number and Code version, while Major, Minor and Pre-Release suffix remain under our control.
Stars: ✭ 39 (-55.17%)
Mutual labels:  versioning, semver
React Native Version
🔢 Version your React Native or Expo app in a `npm version` fashion.
Stars: ✭ 408 (+368.97%)
Mutual labels:  versioning, semver
Jgitver
jgit based library to calculate semver compatible version from git tree
Stars: ✭ 119 (+36.78%)
Mutual labels:  versioning, semver
Semver.c
Semantic version library written in ANSI C
Stars: ✭ 147 (+68.97%)
Mutual labels:  versioning, semver
zerover
0️⃣ Minimalist versioning scheme for devs who can't be bothered.
Stars: ✭ 141 (+62.07%)
Mutual labels:  semver, versioning
Jsemver
Java implementation of the SemVer Specification
Stars: ✭ 360 (+313.79%)
Mutual labels:  versioning, semver
Shipjs
Take control of what is going to be your next release.
Stars: ✭ 668 (+667.82%)
Mutual labels:  versioning, semver
Cols Agent Tasks
Colin's ALM Corner Custom Build Tasks
Stars: ✭ 70 (-19.54%)
Mutual labels:  versioning
Dependency Land
Find the npm modules that depend on a specific module and semver range.
Stars: ✭ 34 (-60.92%)
Mutual labels:  semver
Fastlane Plugin Flutter version
Fastlane plugin to retrieve version code for Flutter projects.
Stars: ✭ 31 (-64.37%)
Mutual labels:  versioning

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].