版博士V2.0程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
CPL 9104556504 v2.0.7 报表数据修改 1年前
..
bin v2.0.7 报表数据修改 1年前
dist v2.0.7 报表数据修改 1年前
LICENSE v2.0.7 报表数据修改 1年前
README.md v2.0.7 报表数据修改 1年前
package.json v2.0.7 报表数据修改 1年前

README.md

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 current version’s preid when avaliable.
  • 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 bumpp.config.ts:
import { defineConfig } from 'bumpp'

export default defineConfig({
  // ...options
})