relizy / ChangelogConfig
Interface: ChangelogConfig
Defined in: src/types.ts:178
Extended by
Properties
formatCmd?
optionalformatCmd:string
Defined in: src/types.ts:183
Command to format the changelog (e.g. prettier --write CHANGELOG.md).
Default
ts
undefinedincludeCommitBody?
optionalincludeCommitBody:boolean
Defined in: src/types.ts:193
Include commit body in the changelog.
Default
ts
truerootChangelog?
optionalrootChangelog:boolean
Defined in: src/types.ts:188
Generate changelog at root level with all changes
Default
ts
true