relizy / getDefaultConfig
Function: getDefaultConfig()
getDefaultConfig():
object
Defined in: src/core/config.ts:12
Returns
object
bump
bump:
Required<Omit<BumpConfig,"preid">>
changelog
changelog:
Required<ChangelogConfig>
cwd
cwd:
string
excludeAuthors
excludeAuthors:
never[] =[]
logLevel
logLevel:
"error"|"default"|"silent"|"warning"|"normal"|"debug"|"trace"|"verbose"
noAuthors
noAuthors:
boolean=false
publish
publish:
object
publish.args
args:
never[] =[]
publish.private
private:
boolean=false
release
release:
Required<ReleaseConfig>
scopeMap
scopeMap:
object={}
templates
templates:
object
templates.commitMessage
commitMessage:
string='chore(release): bump version to '
templates.emptyChangelogContent
emptyChangelogContent:
string='No relevant changes for this release'
templates.tagBody
tagBody:
string='v'
templates.tagMessage
tagMessage:
string='Bump version to v'
tokens
tokens:
object
tokens.github
github:
string|undefined
tokens.gitlab
gitlab:
string|undefined
types
types:
Record<string,boolean| {semver?:SemverBumpType;title:string; }>