Skip to content

relizy / ChangelogConfig

Interface: ChangelogConfig

Defined in: src/types.ts:283

Extended by

Properties

formatCmd?

optional formatCmd: string

Defined in: src/types.ts:287

Command to format the changelog (e.g. prettier --write CHANGELOG.md).


includeCommitBody?

optional includeCommitBody: boolean

Defined in: src/types.ts:297

Include commit body in the changelog.

Default

ts
true

rootChangelog?

optional rootChangelog: boolean

Defined in: src/types.ts:292

Generate changelog at root level with all changes

Default

ts
true

Released under the MIT License.