Skip to main content

Crate mkcmt

Crate mkcmt 

Source
Expand description

§mkcmt.lib

This library provides functionality to parse conventional commit messages and exposes changelog metadata. The expected commit message format is:

<type>(<optional scope>): <description>

<optional body>

<optional footer>

Use the modules provided to parse commit messages or retrieve changelog data.

Modules§

changelog
commit
Conventional Commit Parser and Changelog