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
8
9
pub mod changelog_creation_error;
pub mod commit_configuration_invariant_error;
pub mod create_conventional_commit_error;
pub mod create_license_error;
pub mod create_tag_error;
pub mod describe_new_version_error;
pub mod format_tree_error;
pub mod refresh_types_and_scopes_error;
pub mod tag_configuration_invariant_error;