Expand description
Defines structures that can be used to work with conventional commits. The implementation resembles the v1.0.0 specification defined over at conventionalcommits.org.
Structs§
Enums§
- Footer
Separator - The separator used to separate the token and value of a footer.
Constants§
- SEPARATOR_
COLON - The
:<space>
separator. - SEPARATOR_
HASHTAG - The
<space>#
separator for footer notes.