gitbox 2.1.3

Git toolbox to simplify adoption of conventional commits and semantic version, among other things.
Documentation
1
2
3
4
5
6
7
pub mod configuration;
pub mod error;
pub mod license_metadata;
pub mod metadata_spec;
pub mod repository;
pub mod type_aliases;
pub mod usecases;