Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

version-bump-prompt

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

version-bump-prompt

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

  • 1.4.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.5K
decreased by-40.5%
Maintainers
1
Weekly downloads
 
Created
Source

Version-Bump-Prompt

Build Status 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

Keywords

FAQs

Package last updated on 16 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc