1. bumpp
Bump version, commit changes, tag, and push to Git
bumpp
Package: bumpp
Created by: antfu
Last modified: Mon, 04 Mar 2024 18:51:09 GMT
Version: 9.4.0
License: MIT
Downloads: 117,564
Repository: https://github.com/antfu/bumpp

Install

npm install bumpp
yarn add bumpp

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

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code