/vbump

A very simple version bumping script I've been using for years.

Primary LanguageShellMIT LicenseMIT

vbump

usage: vbump options

This commits a version bump and tags it git, then published to npm.

OPTIONS:
   -v  [required] Target version to bump.
   -t  Tag only. Do not git commit.
   -h  Show this message.
   -p  Do not publish to npm.
   -m  Commit message you wish to use.
   -d  Dry-run. No nothing but echo commands.
Author: Charlie Robbins
License: MIT