Socket
Book a DemoInstallSign in
Socket

@pubinfo/bumpp

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pubinfo/bumpp

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

latest
Source
npmnpm
Version
11.0.3
Version published
Weekly downloads
3
200%
Maintainers
3
Weekly downloads
 
Created
Source

bumpp

NPM version

Forked from version-bump-prompt, bumpp

Changes in this fork
  • Renamed to bumpp - so you can use npx bumpp directly.
  • 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.
  • --execute to execute the command, or execute a function before committing.
  • Conventional Commits by default.
  • Ships ESM and CJS bundles.
  • Supports config file bump.config.ts:
// bump.config.ts
import { defineConfig } from '@pubinfo/bumpp'

export default defineConfig({
  // ...options
  field: 'version',
})

PS

这是一个 fork antfu 的 bumpp ,因为我有一个比较小众的需求,在前期并不一定可以被合并,所以先 fork 进行单独发版本。

请不要使用这个包,除非你有类似的需求。

Keywords

version

FAQs

Package last updated on 23 Apr 2025

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