Forked from version-bump-prompt
- Renamed to
bumpp- so you can usenpx bumppdirectly. - Use the current version's
preidwhen available. - Confirmation before bumping.
- Enable
--commit--tag--pushby default. (opt-out by--no-push, etc.) -ror--recursiveto bump all packages in the monorepo.--executeto 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
})