9.4.0-1 • Published 2 years ago
@hyoban/bumpp v9.4.0-1
bumpp
Forked from version-bump-prompt
Changes in this fork
- Renamed to
bumpp- so you can usenpx bumppdirectly. - Ships ESM and CJS bundles.
- Add a new argument
--executeto execute the command before committing. - 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.- Conventional Commits by default.
- Supports config file
bump.config.ts:
// bump.config.ts
import { defineConfig } from 'bumpp'
export default defineConfig({
// ...options
})