relizy / ChangelogInclude
Interface: ChangelogInclude
Defined in: src/core/changelog.ts:19
Controls which sections of the rendered changelog are produced. Each flag defaults to true. compareLink and contributors are additionally suppressed when minify: true (see generateChangelog).
Properties
body?
optionalbody?:boolean
Defined in: src/core/changelog.ts:22
compareLink?
optionalcompareLink?:boolean
Defined in: src/core/changelog.ts:21
contributors?
optionalcontributors?:boolean
Defined in: src/core/changelog.ts:23
title?
optionaltitle?:boolean
Defined in: src/core/changelog.ts:20