New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dragon-fish/bump

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dragon-fish/bump

A simple command line that let you quickly bump package version.

  • 0.0.15
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

bump CLI

A simple command line that let you quickly bump package version.

Install

# Via yarn
yarn global add @dragon-fish/bump
# Or via npm
npm i -g @dragon-fish/bump

Usage

[user@your-computer /path/to/pkg]$ bump --dry --msg "chore: minor fix"
[INFO] 未指定版本,尝试自动获取新版本号……
[INFO] 空运行模式,不会修改 package.json 或实际提交
目前版本 1.0.0
提交版本 1.0.1
修改摘要 chore: minor fix (bump version: 0.0.12)
执行指令(dry) git add .
执行指令(dry) git commit -a -m "chore: minor fix (bump version: 1.0.1)"
执行指令(dry) git tag -a "1.0.1" -m "chore: minor fix (bump version: 1.0.1)"
执行指令(dry) git push
执行指令(dry) npm publish --tag "latest" --registry https://registry.npmjs.org/
[INFO] 测试结束,请去除 --dry 选项来实际执行。
# ...

Options

...

FAQs

Package last updated on 15 Apr 2021

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