0.6.1 • Published 9 years ago

jq-release v0.6.1

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

jq-release

Tag, push, changelog, and publish your repositories with one command.

Installation

npm install jq-release
# or
npm install jq-release -g

What it does

  1. prompts you for the new version
  2. updates package.json and bower.json (if they exist)
  3. commits the version updates with a simple commit message ("release {version}")
  4. creates the tag "v{version}"
  5. pushes master and the new tag to origin
  6. publishes to npm

License and Copyright

MIT License (c) 2015 Jason Quense Forked from the work of Ryan Florence (c) 2014 Ryan Florence

0.6.1

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago