0.0.3 • Published 4 years ago

@d.shmaliuk/git-bump v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

git-bum-cli

This package is tools for increase projects version.

Installing

Just write down these commands in your (terminal/console):

Clone project:

npm i @d.shmaliuk/git-bump

or use next command:

git clone git+https://github.com/DmitriyShmaliuk/git-bump-cli.git#VERSION

Install dependencies: npm i

Linking the package: npm link

Options:

Short formLong formDescriptions
-V--versionOutput the version number
-h--helpDisplay help for command
-p--patchIncrease patch version
-mr--minorIncrease minor version
-mj--majorIncrease major version
--no-tagDont't create git tag
--no-mergeDont't merge branches
--pushPush to the remote repository

Usage:

$ git-bump --patch

$ git-bump --minor

$ git-bump --major

$ git-bump --patch --no-tag

$ git-bump --patch --no-merge

$ git-bump --patch --push

Versions:

v0.0.1 - 14.08.2020

V0.0.2 - 15.08.2020

V0.0.3 - 16.08.2020 (last)

0.0.3

4 years ago

0.0.2

4 years ago