relizy / RelizyConfig
Interface: RelizyConfig
Defined in: src/types.ts:1132
Relizy configuration
See
https://relizy.dev/config/overview
Extends
Partial<Omit<IChangelogConfig,"output"|"templates"|"publish"|"types"|"tokens">>
Properties
ai?
optionalai?:AIConfig
Defined in: src/types.ts:1200
AI-powered changelog and release notes configuration
bump?
optionalbump?:BumpConfig
Defined in: src/types.ts:1172
Bump config
changelog?
optionalchangelog?:ChangelogConfig
Defined in: src/types.ts:1180
Changelog config
cwd?
optionalcwd?:string
Defined in: src/types.ts:1148
Current working directory
Default
process.cwd()Overrides
Partial.cwd
excludeAuthors?
optionalexcludeAuthors?:string[]
Defined in: node_modules/.pnpm/[email protected][email protected]/node_modules/changelogen/dist/index.d.mts:47
Inherited from
Partial.excludeAuthors
from?
optionalfrom?:string
Defined in: src/types.ts:1152
Start tag
Overrides
Partial.from
hideAuthorEmail?
optionalhideAuthorEmail?:boolean
Defined in: node_modules/.pnpm/[email protected][email protected]/node_modules/changelogen/dist/index.d.mts:48
Inherited from
Partial.hideAuthorEmail
hooks?
optionalhooks?:HookConfig
Defined in: src/types.ts:1204
Hooks config
logLevel?
optionallogLevel?:"error"|"default"|"silent"|"warning"|"normal"|"debug"|"trace"|"verbose"
Defined in: src/types.ts:1209
Set log level
Default
'default'monorepo?
optionalmonorepo?:MonorepoConfig
Defined in: src/types.ts:1160
Monorepo config
newVersion?
optionalnewVersion?:string
Defined in: node_modules/.pnpm/[email protected][email protected]/node_modules/changelogen/dist/index.d.mts:33
Inherited from
Partial.newVersion
noAuthors?
optionalnoAuthors?:boolean
Defined in: node_modules/.pnpm/[email protected][email protected]/node_modules/changelogen/dist/index.d.mts:46
Inherited from
Partial.noAuthors
prComment?
optionalprComment?:PrCommentConfig
Defined in: src/types.ts:1192
PR comment configuration
projectName?
optionalprojectName?:string
Defined in: src/types.ts:1137
Project name Useful for tweet and slack posts
publish?
optionalpublish?:PublishConfig
Defined in: src/types.ts:1176
Publish config
release?
optionalrelease?:ReleaseConfig
Defined in: src/types.ts:1184
Release config
repo?
optionalrepo?:RepoConfig
Defined in: src/types.ts:1164
Repo config
Overrides
Partial.repo
safetyCheck?
optionalsafetyCheck?:boolean
Defined in: src/types.ts:1214
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/[email protected][email protected]/node_modules/changelogen/dist/index.d.mts:28
Inherited from
Partial.scopeMap
signTags?
optionalsignTags?:boolean
Defined in: node_modules/.pnpm/[email protected][email protected]/node_modules/changelogen/dist/index.d.mts:34
Inherited from
Partial.signTags
social?
optionalsocial?:SocialConfig
Defined in: src/types.ts:1188
Social media configuration
templates?
optionaltemplates?:TemplatesConfig
Defined in: src/types.ts:1168
Templates config
to?
optionalto?:string
Defined in: src/types.ts:1156
End tag
Overrides
Partial.to
tokens?
optionaltokens?:TokensConfig
Defined in: src/types.ts:1196
API tokens configuration
types?
optionaltypes?:Record<string,false| {semver?:SemverBumpType;title:string; }>
Defined in: src/types.ts:1139