1.0.0 • Published 9 years ago

npm-release v1.0.0

Weekly downloads
679
License
MIT
Repository
github
Last release
9 years ago

npm-release

A little script to help release npm modules. It:

  • Bumps the version in package.json
  • Commits 'Release vX.X.X-X'
  • Tags
  • Pushes the commit & tag (git push && git push --tags)
  • Releases to npm (with npm publish)

You can use this (I do!) but I recommend looking at semantic-release too.

Usage

You must use npm-release in a folder with a package.json and a remote to push to.

npm-release 0.0.2

It supports the same version options as npm version.

npm-release [<newversion> | major | minor | patch | build]

And custom commit messages:

npm-release major -m "#yolo"

Finger-licking good!

Install

npm install -g npm-release

License

MIT

1.0.0

9 years ago

0.0.4-3

11 years ago

0.0.4-2

11 years ago

0.0.4-1

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago