Skip to content

API 参考 / @142vip/release-version / getBumpDefaultConfig

函数: getBumpDefaultConfig()

getBumpDefaultConfig(): object

定义于: utils/config.ts:29

加载bump默认配置

返回

object

all

all: boolean = false

commit

commit: boolean = true

confirm

confirm: boolean = true

ignoreScripts

ignoreScripts: boolean = false

push

push: boolean = true

recursive

recursive: boolean = false

skipGitVerify

skipGitVerify: boolean = false

tag

tag: boolean = true