conventional-commits-parser 0.1.1

A parser for the conventional commits specification
Documentation
1
2
3
4
5
6
7
8
(
    body: None,
    desc: "rename footer-specific methods",
    footer:[],
    is_breaking_change: true,
    scope: Some("parser"),
    ty: "refactor"
)