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

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin