Crate conventional_commits_parser

Source
Expand description

A parser for the Conventional Commits specification v1.0.0.

§Specification

§License

The project itself is licensed under the MIT or Apache-2.0 license. The specification excerpts are licensed under the CC BY 3.0.

Structs§

Commit
A commit message.
Footer
A commit message footer.

Constants§

BREAKING_CHANGE_TOKEN
The BREAKING CHANGE token.
BREAKING_CHANGE_WITH_HYPHEN_TOKEN
The BREAKING-CHANGE token.

Functions§

parse_commit_msg
Parses a conventional commit message.