11.0.3 • Published 6 months ago

@pubinfo/bumpp v11.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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 进行单独发版本。

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