You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

bumpp

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bumpp

Bump version, commit changes, tag, and push to Git


Version published
Weekly downloads
29K
decreased by-5.69%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

bumpp

NPM version

Forked from version-bump-prompt

Changes in this fork
  • Renamed to bumpp - so you can use npx bumpp directly.
  • Ships ESM and CJS bundles.
  • Add a new argument --execute to execute the command before committing.
  • Use the current version's preid when available.
  • Confirmation before bumping.
  • Enable --commit --tag --push by default. (opt-out by --no-push, etc.)
  • -r or --recursive to bump all packages in the monorepo.
  • Conventional Commits by default.
  • Supports config file bump.config.ts:
// bump.config.ts
import { defineConfig } from 'bumpp'

export default defineConfig({
  // ...options
})

Keywords

FAQs

Package last updated on 29 Apr 2024

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc