Crate gitcc_convco

Source
Expand description

Conventional commits

This crate provides the tools to work with conventional commits. Conventional commits

This module is based on Conventional commits

Structs§

ConvcoError
Conventional commit error
ConvcoMessage
Conventional commit message
DEFAULT_CONVCO_TYPES
Default conventional commit types

Constants§

BREAKING_CHANGE_KEY
Breaking change key
BREAKING_CHANGE_KEY_DASH
Breaking change key (with dash)
DEFAULT_CONVCO_INCR_MINOR_TYPES
Default commit types which increment the minor version

Traits§

StringExt
Additional methods for strings