Options
All
  • Public
  • Public/Protected
  • All
Menu

Options of the KeepAChangelogWriter.

Hierarchy

Index

Properties

basePath?: string

Path to the node project folder / git repository.

changelogFileName?: string

Specifies the name of the changelog.

DEFAULT: CHANGELOG.md

description?: string

The description of the changelog.

storeLatestChangelog?: boolean

Set this flag to keep the changelog of the latest release as changelogFileName.latest.md. This file can be useful for some other tools which processes the release information (ex. gitlab).

title?: string

The title of the changelog. DEFAULT: 'Changelog'