SkillAgentSearch skills...

Bumpp

Interactive CLI that bumps your version numbers and more

Install / Use

/learn @antfu-collective/Bumpp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

bumpp

NPM version

Forked from version-bump-prompt

<!-- eslint-disable-next-line markdown/heading-increment -->
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
})

Related Skills

View on GitHub
GitHub Stars910
CategoryDevelopment
Updated21h ago
Forks67

Languages

TypeScript

Security Score

95/100

Audited on Apr 5, 2026

No findings