0.0.14 • Published 4 years ago

@d.shmaliuk/git-bump-cli v0.0.14

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

git-bump-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-cli -g

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

Features:

  • You have to commit all files before start to use some commands from this package. Otherwise a command will fail.

Usage:

$ git-bump --patch

$ git-bump --minor

$ git-bump --major

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

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

$ git-bump --patch --push

Last version:

V0.0.14 - 21.08.2020

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago