Skip to content

wfscheper/convcom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Built with Mage GoDoc Build Coverage Status

convcom

Go library for parsing conventional commits

Usage

import github.com/wfscheper/convcom

Create a config struct to customize parser behavior.

cfg := &Config{}
p := convcom.New(cfg)

commitMessage := `fix(foo): fixed the foos

So many broken foos!

Fixes #7
`

c, err := p.Parse(commitMessage)
if err != nil {
    return err
}

See godoc for full details.

About

Go library for parsing conventional commits

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages