relizy / RelizyConfig
Interface: RelizyConfig
Defined in: src/types.ts:864
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:904
Bump config
changelog?
optionalchangelog:ChangelogConfig
Defined in: src/types.ts:912
Changelog config
cwd?
optionalcwd:string
Defined in: src/types.ts:880
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:884
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:928
Hooks config
logLevel?
optionallogLevel:"error"|"default"|"silent"|"warning"|"normal"|"debug"|"trace"|"verbose"
Defined in: src/types.ts:933
Set log level
Default
'default'monorepo?
optionalmonorepo:MonorepoConfig
Defined in: src/types.ts:892
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
projectName?
optionalprojectName:string
Defined in: src/types.ts:869
Project name Useful for tweet and slack posts
publish?
optionalpublish:PublishConfig
Defined in: src/types.ts:908
Publish config
release?
optionalrelease:ReleaseConfig
Defined in: src/types.ts:916
Release config
repo?
optionalrepo:RepoConfig
Defined in: src/types.ts:896
Repo config
Overrides
Partial.repo
safetyCheck?
optionalsafetyCheck:boolean
Defined in: src/types.ts:938
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.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
social?
optionalsocial:SocialConfig
Defined in: src/types.ts:920
Social media configuration
templates?
optionaltemplates:TemplatesConfig
Defined in: src/types.ts:900
Templates config
to?
optionalto:string
Defined in: src/types.ts:888
End tag
Overrides
Partial.to
tokens?
optionaltokens:TokensConfig
Defined in: src/types.ts:924
API tokens configuration
types?
optionaltypes:Record<string,false| {semver?:SemverBumpType;title:string; }>
Defined in: src/types.ts:871