relizy / RelizyConfig
Interface: RelizyConfig
Defined in: src/types.ts:1076
Relizy configuration
See
https://relizy.pages.dev/config/overview
Extends
Partial<Omit<IChangelogConfig,"output"|"templates"|"publish"|"types"|"tokens">>
Properties
ai?
optionalai?:AIConfig
Defined in: src/types.ts:1144
AI-powered changelog and release notes configuration
bump?
optionalbump?:BumpConfig
Defined in: src/types.ts:1116
Bump config
changelog?
optionalchangelog?:ChangelogConfig
Defined in: src/types.ts:1124
Changelog config
cwd?
optionalcwd?:string
Defined in: src/types.ts:1092
Current working directory
Default
process.cwd()Overrides
Partial.cwd
excludeAuthors?
optionalexcludeAuthors?:string[]
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.2/node_modules/changelogen/dist/index.d.mts:47
Inherited from
Partial.excludeAuthors
from?
optionalfrom?:string
Defined in: src/types.ts:1096
Start tag
Overrides
Partial.from
hideAuthorEmail?
optionalhideAuthorEmail?:boolean
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.2/node_modules/changelogen/dist/index.d.mts:48
Inherited from
Partial.hideAuthorEmail
hooks?
optionalhooks?:HookConfig
Defined in: src/types.ts:1148
Hooks config
logLevel?
optionallogLevel?:"error"|"default"|"silent"|"warning"|"normal"|"debug"|"trace"|"verbose"
Defined in: src/types.ts:1153
Set log level
Default
'default'monorepo?
optionalmonorepo?:MonorepoConfig
Defined in: src/types.ts:1104
Monorepo config
newVersion?
optionalnewVersion?:string
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.2/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.2/node_modules/changelogen/dist/index.d.mts:46
Inherited from
Partial.noAuthors
prComment?
optionalprComment?:PrCommentConfig
Defined in: src/types.ts:1136
PR comment configuration
projectName?
optionalprojectName?:string
Defined in: src/types.ts:1081
Project name Useful for tweet and slack posts
publish?
optionalpublish?:PublishConfig
Defined in: src/types.ts:1120
Publish config
release?
optionalrelease?:ReleaseConfig
Defined in: src/types.ts:1128
Release config
repo?
optionalrepo?:RepoConfig
Defined in: src/types.ts:1108
Repo config
Overrides
Partial.repo
safetyCheck?
optionalsafetyCheck?:boolean
Defined in: src/types.ts:1158
Global safety check. 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.2/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.2/node_modules/changelogen/dist/index.d.mts:34
Inherited from
Partial.signTags
social?
optionalsocial?:SocialConfig
Defined in: src/types.ts:1132
Social media configuration
templates?
optionaltemplates?:TemplatesConfig
Defined in: src/types.ts:1112
Templates config
to?
optionalto?:string
Defined in: src/types.ts:1100
End tag
Overrides
Partial.to
tokens?
optionaltokens?:TokensConfig
Defined in: src/types.ts:1140
API tokens configuration
types?
optionaltypes?:Record<string,false| {semver?:SemverBumpType;title:string; }>
Defined in: src/types.ts:1083