All Projects → AmmarCodes → git-version-bumper

AmmarCodes / git-version-bumper

Licence: MIT license
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 (+2216.3%)
Mutual labels:  semver, versioning
React Native Version
🔢 Version your React Native or Expo app in a `npm version` fashion.
Stars: ✭ 408 (+343.48%)
Mutual labels:  semver, versioning
perfekt
Release, changelog and version your packages with perfe(k)t 👌 ease!
Stars: ✭ 15 (-83.7%)
Mutual labels:  semver, versioning
zerover
0️⃣ Minimalist versioning scheme for devs who can't be bothered.
Stars: ✭ 141 (+53.26%)
Mutual labels:  semver, versioning
Jgitver
jgit based library to calculate semver compatible version from git tree
Stars: ✭ 119 (+29.35%)
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 (+55.43%)
Mutual labels:  semver, versioning
Jsemver
Java implementation of the SemVer Specification
Stars: ✭ 360 (+291.3%)
Mutual labels:  semver, versioning
Python Semver
Python package to work with Semantic Versioning (http://semver.org/)
Stars: ✭ 264 (+186.96%)
Mutual labels:  semver, versioning
Git Version Bumper
Bump your git tag to the next version, easily. 👊
Stars: ✭ 87 (-5.43%)
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 (-57.61%)
Mutual labels:  semver, versioning
ongeza
An automated way to follow the Semantic Versioning Specification
Stars: ✭ 36 (-60.87%)
Mutual labels:  semver, versioning
Semver
Semantic versioning helper library for PHP
Stars: ✭ 144 (+56.52%)
Mutual labels:  semver, versioning
gradle-semantic-build-versioning
Gradle plugin to generate version-numbers and tags using semantic versioning
Stars: ✭ 19 (-79.35%)
Mutual labels:  semver, versioning
Version
Represent and compare versions via semantic versioning (SemVer) in Swift
Stars: ✭ 160 (+73.91%)
Mutual labels:  semver, versioning
Shipjs
Take control of what is going to be your next release.
Stars: ✭ 668 (+626.09%)
Mutual labels:  semver, versioning
Reckon
Infer a project's version from your Git repository.
Stars: ✭ 124 (+34.78%)
Mutual labels:  semver, versioning
Semver.c
Semantic version library written in ANSI C
Stars: ✭ 147 (+59.78%)
Mutual labels:  semver, versioning
Nodejs
Node.js基础与应用教程,适合初学者入门,以及有一定经验的开发者提高。Node.js全栈交流QQ群:423652352,node.js或者全栈开发培训QQ群:579500717
Stars: ✭ 202 (+119.57%)
Mutual labels:  semver
omgf
Use Git Flow with ease – maintain branches, semantic versioning, releases, and changelog with a single command.
Stars: ✭ 39 (-57.61%)
Mutual labels:  git-flow
Semantic Release
📦🚀 Fully automated version management and package publishing
Stars: ✭ 14,364 (+15513.04%)
Mutual labels:  semver

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].