Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commit ¶
type Commit struct {
Type Type
Scope string
Subject string
Body string
Breaking bool
Header string
Merge bool
Revert Revert
}
Commit represents the parsed data from a conventional commit message.
type Footer ¶
type Footer struct {
}
Footer represents a conventional commit footer, which roughly corresponds to a git trailer: Foo-bar: some text.
Click to show internal directories.
Click to hide internal directories.