relizy / getDefaultConfig
Function: getDefaultConfig()
getDefaultConfig():
object
Defined in: src/core/config.ts:13
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:
false=false
publish
publish:
object
publish.args
args:
never[] =[]
publish.private
private:
false=false
publish.registry
registry:
string='https://registry.npmjs.org/'
publish.safetyCheck
safetyCheck:
false=false
publish.token
token:
string|undefined
release
release:
Required<ReleaseConfig>
safetyCheck
safetyCheck:
true=true
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 '
tokens
tokens:
object
tokens.github
github:
string|undefined
tokens.gitlab
gitlab:
string|undefined
tokens.registry
registry:
string|undefined
types
types:
Record<string,false| {semver?:SemverBumpType;title:string; }>