interface ConventionalCommit

Conventional commit structure

Properties

type: string

Commit type

optional
scope: string

Commit scope

Commit description

optional
body: string

Commit body

optional
breakingChange: boolean

Breaking change indicator

hash: string

Git commit hash

date: string

Commit date

optional
raw: string

Raw commit message

Usage

import { type ConventionalCommit } from ".";