bumpp
TypeScript icon, indicating that this package has built-in type declarations

9.4.1 • Public • Published

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
})

/bumpp/

    Package Sidebar

    Install

    npm i bumpp

    Weekly Downloads

    22,384

    Version

    9.4.1

    License

    MIT

    Unpacked Size

    179 kB

    Total Files

    13

    Last publish

    Collaborators

    • antfu