Module conventional_commit_parser::commit[][src]

Expand description

Conventional commit representation, produced by the parse function

Structs

A conventional commit compliant commit message produced by the parse function

One or more footers MAY be provided one blank line after the body. Each footer MUST consist of a word token, followed by either a : or # separator, followed by a string value.

Enums

A commit type consist of a noun describing the kind of modification made. In addition to the mandatory fix and feat type, common commit types taken from the angular convention as their own enum variant. Other type will be parser as CommitType::Custom

Footer token separator the “#” separator is often use to reference github issues.