relizy / ChangelogOptions
Interface: ChangelogOptions
Defined in: src/types.ts:222
Extends
Properties
bumpResult?
optionalbumpResult:BumpResultTruthy
Defined in: src/types.ts:239
Bump result
config?
optionalconfig:ResolvedRelizyConfig
Defined in: src/types.ts:243
Use custom config
configName?
optionalconfigName:string
Defined in: src/types.ts:252
Custom config file name (e.g. relizy.standalone for relizy.standalone.config.ts)
Default
'relizy'dryRun?
optionaldryRun:boolean
Defined in: src/types.ts:235
Run without side effects
Default
falseforce
force:
boolean
Defined in: src/types.ts:257
Generate changelog for all packages even if there are no commits
Default
falseformatCmd?
optionalformatCmd:string
Defined in: src/types.ts:210
Command to format the changelog (e.g. prettier --write CHANGELOG.md).
Inherited from
from?
optionalfrom:string
Defined in: src/types.ts:226
Start tag
includeCommitBody?
optionalincludeCommitBody:boolean
Defined in: src/types.ts:220
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:247
Set log level
rootChangelog?
optionalrootChangelog:boolean
Defined in: src/types.ts:215
Generate changelog at root level with all changes
Default
trueInherited from
suffix?
optionalsuffix:string
Defined in: src/types.ts:261
Custom suffix for prerelease versions - replace the last .X with .suffix (e.g. 1.0.0-beta.0 -> 1.0.0-beta.suffix)
to?
optionalto:string
Defined in: src/types.ts:230
End tag