Skip to content

antfu-collective/bumpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2dd80c1 · Jan 25, 2025
Aug 1, 2024
Jan 25, 2025
Jan 25, 2025
Jan 25, 2025
Jan 1, 2019
Sep 7, 2021
Jun 15, 2022
Jun 15, 2022
Oct 28, 2024
Mar 29, 2023
Jan 25, 2025
Jan 25, 2025
Jan 25, 2025
Jan 25, 2025
Jan 17, 2024

Repository files navigation

bumpp

NPM version

Forked from version-bump-prompt

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 'bumpp'

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