antfu / bumpp

Interactive CLI that bumps your version numbers and more

Home Page:https://jstools.dev/version-bump-prompt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Interactive CLI that bumps your version numbers and more

https://jstools.dev/version-bump-prompt/

License:MIT License


Languages

Language:TypeScript 99.5%Language:JavaScript 0.5%