npm.io
9.2.1 • Published 2 years agoCLI

bumping

Licence
MIT
Version
9.2.1
Deps
6
Size
164 kB
Vulns
0
Weekly
0

bumping

NPM version

Forked from version-bump-prompt

Changes in this fork

  • Renamed to bumping - so you can use npx bumping directly.
  • Ships ESM and CJS bundles.
  • Add a new argument --execute to execute the command before committing.
  • Use current version's preid when avaliable.
  • 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 bumping.config.ts:
import { defineConfig } from 'bumping'

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