Skip to content

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?

optional body?: boolean

Defined in: src/core/changelog.ts:22


optional compareLink?: boolean

Defined in: src/core/changelog.ts:21


contributors?

optional contributors?: boolean

Defined in: src/core/changelog.ts:23


title?

optional title?: boolean

Defined in: src/core/changelog.ts:20

Released under the MIT License.