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

bump-tag

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bump-tag

Bump version and add tag

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-60%
Maintainers
1
Weekly downloads
 
Created
Source

bump-tag Build Status

Increment version in your package.json and add git tag to the repo.

I have created this cli mainly because I keep forgetting to add tag when I bump the version.

Install

npm install --global bump-tag

Sample usage

$ nmq --help

Usage:
  $ bump

Options:
  $ bump -t=major -i=4 -g=0
  $ bump --type=major --indentation=4
  $ bump --type=major --indentation=tab
  $ bump --type=major --indentation=tab --git=0
  $ bump major
  $ bump minor

Options

type

Type: String
Default: 'patch'

Major, Minor or Patch. Check node-semver inc release parameter.

indentation

Type: String
Default: 2

Indentation for the package.json

git

Type: Number
Default: 1

Enable/disable adding git tags

License

MIT © Daniel Husar

Keywords

FAQs

Package last updated on 08 Jul 2014

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