release-commit

1.2.0 • Public • Published

release-commit

This is a fork and re-work of commit-release (by Jamie Mason)

When run it updates CHANGELOG.md and DEPENDENCIES.md files, bumps version number in package.json and (optionally) tags the commit.

Install

npm i -g release-commit

or

npm i -D release-commit

depending on your preferences

Usage

$ release-commit --help

  Usage: release-commit [options]

  Options:
    -V, --version             output the version number
    -f, --force               overwrite tag if it exists already
    -n, --no-verify           skip git commit hooks
    -o, --override [version]  override recommended version number (default: "")
    -p, --postfix [name]      a postfix such as "rc1", "canary" or "beta1" (default: "")
    -t, --tag                 also tag the commit
    -d, --debug               useful if you face any error; outputs full error stack trace
    -h, --help                display help for command

Package Sidebar

Install

npm i release-commit

Weekly Downloads

5

Version

1.2.0

License

MIT

Unpacked Size

23.2 kB

Total Files

25

Last publish

Collaborators

  • tvardy