Skip to content

Changelog Configuration

Configure changelog generation.

Overview

yaml
changelog:
  enabled: true
  outputFile: CHANGELOG.md
  commitTypes:
    - type: feat
      title: Features
      emoji: 

Options

OptionTypeDescription
enabledBooleanEnable changelog generation
formatStringOutput format (markdown)
outputFileStringOutput file path
appendBooleanAppend to existing
commitTypesArrayCommit type definitions

See Changelog Command for details.

Released under the MIT License.