Skip to content
This repository was archived by the owner on Dec 24, 2023. It is now read-only.

JamieMason/commit-release

Repository files navigation

commit-release

Commit and tag a release for a conventional changelog project.

NPM version NPM downloads Dependency Status Follow JamieMason on GitHub Follow fold_left on Twitter

🌩 Installation

npm i -g commit-release

🕹 Usage

$ commit-release --help

  Usage: index [options]

  Options:

    -h, --help                output usage information
    -f, --force               overwrite tag if it exists already
    -n, --no-verify           skip git commit hooks
    -o, --override [version]  override recommended version number
    -p, --postfix [name]      a postfix such as "rc1", "canary" or "beta1"
    -t, --no-tag'             skip tagging the commit

🙋🏾‍♀️ Getting Help