JSPM

  • Created
  • Published
  • Downloads 9977
  • Score
    100M100P100Q138129F
  • License MIT

Automatically (or with prompts) bump your version number, commit, tag, and push

Package Exports

  • version-bump-prompt

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (version-bump-prompt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Version-Bump-Prompt

Dependencies npm License

Screenshot

Automate your release process with a single command that can:

  • Bump the version number of JSON manifets, including:
    • package.json
    • bower.json
    • component.json
  • Commit changes to GIT
  • Tag the commit with the version number
  • Push the commit to remote
  • Optionally prompt for the type of version bump (major, minor, revision, beta, etc.)

Install

npm install -g version-bump-prompt

Usage

bump [options]
  • --major, --minor, --patch, --premajor, --preminor, --prepatch, --prerelease
    - Bump the corresponding version number
  • --prompt - Prompt for which version to bump
  • --preid [name] - The identifier for pre-release versions (defaults to beta)
  • --commit - Commit changed files to Git
  • --tag - Tag the commit with the new version number
  • --push - Push the commit to your remote Git repo
  • --all - Commit/tag/push all pending files, not just the ones changed by bump

License

Version-Bump-Prompt is a fork of Version-Bump by Alexey Raspopov (c).
Both the original project and this fork are licensed under the MIT License