go-conventionalcommits

1 · Leo Di Donato · Nov. 18, 2020, midnight
Fu powers to parse your commits! This repository provides a library to parse your commit messages according to the Conventional Commits v1.0 specification. Installation§ go get github.com/leodido/go-conventionalcommits Docs§ The parser/docs directory contains .dot and .png files representing the finite-state machines (FSMs) implementing the parser. Usage§ Parse§ Your code base uses only single line commit messages like this one? feat: awesomeness No problem at all since the body and the ...