relizy / RelizyConfig
Interface: RelizyConfig
Defined in: src/types.ts:460
Extends
Partial<Omit<IChangelogConfig,"output"|"templates"|"publish">>
Properties
bump?
optionalbump:BumpConfig
Defined in: src/types.ts:491
Default
undefinedchangelog?
optionalchangelog:ChangelogConfig
Defined in: src/types.ts:499
Default
undefinedcwd?
optionalcwd:string
Defined in: src/types.ts:465
Current working directory
Default
process.cwd()Overrides
Partial.cwd
excludeAuthors?
optionalexcludeAuthors:string[]
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.3.5/node_modules/changelogen/dist/index.d.mts:47
Inherited from
Partial.excludeAuthors
from?
optionalfrom:string
Defined in: src/types.ts:470
Start tag
Default
undefinedOverrides
Partial.from
hideAuthorEmail?
optionalhideAuthorEmail:boolean
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.3.5/node_modules/changelogen/dist/index.d.mts:48
Inherited from
Partial.hideAuthorEmail
logLevel?
optionallogLevel:"error"|"default"|"silent"|"warning"|"normal"|"debug"|"trace"|"verbose"
Defined in: src/types.ts:507
Default
undefinedmonorepo?
optionalmonorepo:MonorepoConfig
Defined in: src/types.ts:479
Default
undefinednewVersion?
optionalnewVersion:string
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.3.5/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.3.5/node_modules/changelogen/dist/index.d.mts:46
Inherited from
Partial.noAuthors
publish?
optionalpublish:PublishConfig
Defined in: src/types.ts:495
Default
undefinedrelease?
optionalrelease:ReleaseConfig
Defined in: src/types.ts:503
Default
undefinedrepo?
optionalrepo:RepoConfig
Defined in: src/types.ts:483
Default
undefinedOverrides
Partial.repo
scopeMap?
optionalscopeMap:Record<string,string>
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.3.5/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.3.5/node_modules/changelogen/dist/index.d.mts:34
Inherited from
Partial.signTags
templates?
optionaltemplates:TemplatesConfig
Defined in: src/types.ts:487
Default
undefinedto?
optionalto:string
Defined in: src/types.ts:475
End tag
Default
undefinedOverrides
Partial.to
tokens?
optionaltokens:Partial<Record<RepoProvider,string>>
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.3.5/node_modules/changelogen/dist/index.d.mts:30
Inherited from
Partial.tokens
types?
optionaltypes:Record<string,boolean| {semver?:SemverBumpType;title:string; }>
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.3.5/node_modules/changelogen/dist/index.d.mts:24
Inherited from
Partial.types