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
pub mod create_changelog;
pub mod create_conventional_commit;
pub mod create_license;
pub mod create_tag;
pub mod describe_new_version;
pub mod format_tree_graph;
pub mod refresh_types_and_scopes;
pub mod usecase;