relizy / ChangelogOptions
Interface: ChangelogOptions
Defined in: src/types.ts:195
Extends
Properties
bumpedPackages?
optionalbumpedPackages:PackageInfo[]
Defined in: src/types.ts:215
Bumped packages
Default
undefinedconfig?
optionalconfig:ResolvedRelizyConfig
Defined in: src/types.ts:220
Use custom config
Default
undefinedconfigName?
optionalconfigName:string
Defined in: src/types.ts:230
Custom config file name (e.g. relizy.standalone for relizy.standalone.config.ts)
Default
'relizy'dryRun?
optionaldryRun:boolean
Defined in: src/types.ts:210
Run without side effects
Default
falseformatCmd?
optionalformatCmd:string
Defined in: src/types.ts:183
Command to format the changelog (e.g. prettier --write CHANGELOG.md).
Default
undefinedInherited from
from?
optionalfrom:string
Defined in: src/types.ts:200
Start tag
Default
undefinedincludeCommitBody?
optionalincludeCommitBody:boolean
Defined in: src/types.ts:193
Include commit body in the changelog.
Default
trueInherited from
ChangelogConfig.includeCommitBody
logLevel?
optionallogLevel:"error"|"default"|"silent"|"warning"|"normal"|"debug"|"trace"|"verbose"
Defined in: src/types.ts:225
Set log level
Default
undefinedrootChangelog?
optionalrootChangelog:boolean
Defined in: src/types.ts:188
Generate changelog at root level with all changes
Default
trueInherited from
to?
optionalto:string
Defined in: src/types.ts:205
End tag
Default
undefined