//
pkg.gl
Category
github.com/sassoftware/gotagger
internal
commit
package
0.9.1
Repository:
https://github.com/sassoftware/gotagger.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
130 SLOC
#
Functions
Parse
Parse parses a commit message and returns a conventional commit.
#
Structs
Commit
Commit represents the parsed data from a conventional commit message.
Footer
Footer represents a conventional commit footer, which roughly corresponds to a git trailer: Foo-bar: some text.
Revert
Revert represents what this commmit reverts.