crate-ci / git-conventional

Conventional Commit API
docs.rs/git-conventional
Apache License 2.0
28 stars 7 forks source link

fix: Support whitespace-only bodies #13

Closed epage closed 3 years ago

epage commented 3 years ago

This is allowing body parsing to fail and for us to fall back to it being optional if its whitespace only.

Fixes #12

mjhipp commented 3 years ago

that was fast! thank you!