relizy / RelizyConfig
Interface: RelizyConfig
Defined in: src/types.ts:553
Relizy configuration
See
https://louismazel.github.io/relizy/config/overview
Extends
Partial<Omit<IChangelogConfig,"output"|"templates"|"publish"|"types"|"tokens">>
Properties
bump?
optionalbump:BumpConfig
Defined in: src/types.ts:587
Bump config
changelog?
optionalchangelog:ChangelogConfig
Defined in: src/types.ts:595
Changelog config
cwd?
optionalcwd:string
Defined in: src/types.ts:563
Current working directory
Default
process.cwd()Overrides
Partial.cwd
excludeAuthors?
optionalexcludeAuthors:string[]
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.1/node_modules/changelogen/dist/index.d.mts:47
Inherited from
Partial.excludeAuthors
from?
optionalfrom:string
Defined in: src/types.ts:567
Start tag
Overrides
Partial.from
hideAuthorEmail?
optionalhideAuthorEmail:boolean
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.1/node_modules/changelogen/dist/index.d.mts:48
Inherited from
Partial.hideAuthorEmail
hooks?
optionalhooks:HookConfig
Defined in: src/types.ts:607
Hooks config
logLevel?
optionallogLevel:"error"|"default"|"silent"|"warning"|"normal"|"debug"|"trace"|"verbose"
Defined in: src/types.ts:612
Set log level
Default
'default'monorepo?
optionalmonorepo:MonorepoConfig
Defined in: src/types.ts:575
Monorepo config
newVersion?
optionalnewVersion:string
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.1/node_modules/changelogen/dist/index.d.mts:33
Inherited from
Partial.newVersion
noAuthors?
optionalnoAuthors:boolean
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.1/node_modules/changelogen/dist/index.d.mts:46
Inherited from
Partial.noAuthors
publish?
optionalpublish:PublishConfig
Defined in: src/types.ts:591
Publish config
release?
optionalrelease:ReleaseConfig
Defined in: src/types.ts:599
Release config
repo?
optionalrepo:RepoConfig
Defined in: src/types.ts:579
Repo config
Overrides
Partial.repo
safetyCheck?
optionalsafetyCheck:boolean
Defined in: src/types.ts:617
The safety check will verify if tokens or others required for release are set (depends on the release options)
Default
truescopeMap?
optionalscopeMap:Record<string,string>
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.1/node_modules/changelogen/dist/index.d.mts:28
Inherited from
Partial.scopeMap
signTags?
optionalsignTags:boolean
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.1/node_modules/changelogen/dist/index.d.mts:34
Inherited from
Partial.signTags
templates?
optionaltemplates:TemplatesConfig
Defined in: src/types.ts:583
Templates config
to?
optionalto:string
Defined in: src/types.ts:571
End tag
Overrides
Partial.to
tokens?
optionaltokens:TokensConfig
Defined in: src/types.ts:603
Tokens config
types?
optionaltypes:Record<string,false| {semver?:SemverBumpType;title:string; }>
Defined in: src/types.ts:554