$ cnpm install bumpp
Forked from version-bump-prompt
bumpp - so you can use npx bumpp directly.--execute to execute the command before committing.preid when available.--commit --tag --push by default. (opt-out by --no-push, etc.)-r or --recursive to bump all packages in the monorepo.bump.config.ts:// bump.config.ts
import { defineConfig } from 'bumpp'
export default defineConfig({
// ...options
})
Copyright 2013 - present © cnpmjs.org | Home |