interface CommitTypeMapping

Commit type to changelog section mapping

Index Signatures

[commitType: string] :
"added"
| "changed"
| "deprecated"
| "removed"
| "fixed"
| "security"

Usage

import { type CommitTypeMapping } from ".";