Skip to content

alexeyraspopov/node-bump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

version-bump

Update project version and create tag easily. This package works with bower.json, package.json and component.json.

NPM

If you're using NPM only check native solution

npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease]

Install

npm install -g version-bump

Usage

bump [options]
  • --patch, --minor, --major - Increase specific version
  • --no-tags - Do not create git tag
  • --push - Push to remote repo

TODO

  • --files get list of manifests for update
  • --info shows latest tag and manifests version

License

MIT License (c) Alexey Raspopov

About

Update project version and create tag easily

Resources

Stars

Watchers

Forks

Packages

No packages published